Skip to content

Commit 29f08dc

Browse files
r-ryantmJon
authored andcommitted
python37Packages.PyChromecast: 6.0.0 -> 7.1.0
1 parent fb7bc3c commit 29f08dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/pychromecast

pkgs/development/python-modules/pychromecast/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
buildPythonPackage rec {
44
pname = "PyChromecast";
5-
version = "6.0.0";
5+
version = "7.1.0";
66

77
src = fetchPypi {
88
inherit pname version;
9-
sha256 = "15beaafdb155885794443d99fa687a2787d8bad8ba440ecda10bb72bd6c8c815";
9+
sha256 = "1wrl2mcsga60ps9fa6mf12c7agshwsvcmlrhwsbj1kmng5yqxq9h";
1010
};
1111

1212
disabled = !isPy3k;

0 commit comments

Comments
 (0)