We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7bc3c commit 29f08dcCopy full SHA for 29f08dc
1 file changed
pkgs/development/python-modules/pychromecast/default.nix
@@ -2,11 +2,11 @@
2
3
buildPythonPackage rec {
4
pname = "PyChromecast";
5
- version = "6.0.0";
+ version = "7.1.0";
6
7
src = fetchPypi {
8
inherit pname version;
9
- sha256 = "15beaafdb155885794443d99fa687a2787d8bad8ba440ecda10bb72bd6c8c815";
+ sha256 = "1wrl2mcsga60ps9fa6mf12c7agshwsvcmlrhwsbj1kmng5yqxq9h";
10
};
11
12
disabled = !isPy3k;
0 commit comments