python310Packages.pychromecast: 13.0.4 -> 13.0.6

Changelog: https://github.com/home-assistant-libs/pychromecast/releases/tag/13.0.6
This commit is contained in:
Fabian Affolter
2023-03-28 21:15:49 +02:00
parent 402cc3633c
commit fb8f1ea228
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pychromecast";
version = "13.0.4";
version = "13.0.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyChromecast";
inherit version;
hash = "sha256-eS+6PzHklopemcGcdxd0CDoqp+iX6/b14hjjCOM6Rh8=";
hash = "sha256-FJ2tKMvtIpa1B0wyZmLZywCTuDS0F8ue4Fgo6XsoLnM=";
};
postPatch = ''