Merge pull request #118648 from fabaff/bump-pychromecast

python3Packages.PyChromecast: 9.1.1 -> 9.1.2
This commit is contained in:
Martin Weinelt 2021-04-07 17:21:27 +02:00 committed by GitHub
commit d1183f3dc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "PyChromecast";
version = "9.1.1";
version = "9.1.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-q52h0u9CSx/HVfZDb1RaVgVuxt4kB16T82nqyOuCGDc=";
sha256 = "sha256-kHZWzqRtOdDpPsgVl5V470+29lX9i/TojmQh/NeCToU=";
};
disabled = !isPy3k;

View file

@ -189,6 +189,7 @@ in with py.pkgs; buildPythonApplication rec {
"caldav"
"calendar"
"camera"
"cast"
"climate"
"cloud"
"command_line"