Merge pull request #224728 from fabaff/pychromecast-bump

python310Packages.pychromecast: 13.0.6 -> 13.0.7
This commit is contained in:
Mario Rodas 2023-04-04 21:23:39 -05:00 committed by GitHub
commit 749a0e3ea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pychromecast";
version = "13.0.6";
version = "13.0.7";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyChromecast";
inherit version;
hash = "sha256-FJ2tKMvtIpa1B0wyZmLZywCTuDS0F8ue4Fgo6XsoLnM=";
hash = "sha256-DemOnlvkMmndQe+xYSarDVupQcpKyuAkMpcShRwMAyQ=";
};
postPatch = ''