3
0
Fork 0
forked from mirrors/nixpkgs

python38Packages.PyChromecast: 10.1.1 -> 10.2.1 (#150832)

This commit is contained in:
R. RyanTM 2021-12-15 04:43:42 -08:00 committed by GitHub
parent d977731ea5
commit 789c36322b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pychromecast";
version = "10.1.1";
version = "10.2.1";
format = "setuptools";
disabled = !isPy3k;
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyChromecast";
inherit version;
sha256 = "sha256-M6R9VRrotvkxKVZIKOcuf03LJsn4gSMohwzzAO5FQ48=";
sha256 = "1b5f0ce62374d01f7eef027adcc87f87e7c519b1ef2f7168e28be9c2adff5153";
};
propagatedBuildInputs = [