Merge pull request #59670 from r-ryantm/auto-update/python3.7-PyChromecast

python37Packages.PyChromecast: 3.0.0 -> 3.2.0
This commit is contained in:
Will Dietz 2019-04-24 14:59:09 -05:00 committed by GitHub
commit edb23a55fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "PyChromecast"; pname = "PyChromecast";
version = "3.0.0"; version = "3.2.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "15zaka9zjyx5lb78f0qs6w8g1rgz94gjgrgxm6iwih0a2l0pv5h9"; sha256 = "0jksh7rb4880kni8iw3hb5q9dm5gi40zmx4r2fwydnpfhadhq5af";
}; };
disabled = !isPy3k; disabled = !isPy3k;