python37Packages.PyChromecast: 3.2.3 -> 4.0.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pychromecast/versions
This commit is contained in:
R. RyanTM 2019-09-28 06:46:41 -07:00
parent c455adcc42
commit 9469585ece

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "PyChromecast";
version = "3.2.3";
version = "4.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "1fhh3djb6chs23j46hwzm1rd6hypkl517vjmmg44rxnslkcl7dhb";
sha256 = "06f83bv3sri1m4yw64hmb1k7n46pma6m2ik84c3lmc8b6j7z53fr";
};
disabled = !isPy3k;