python3Packages.PyChromecast: 13.0.3 -> 13.0.4

Changelog: https://github.com/home-assistant-libs/pychromecast/releases/tag/13.0.4
This commit is contained in:
Martin Weinelt 2022-12-13 21:41:51 +01:00
parent bf6f2c40b6
commit 514effc2cd

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pychromecast";
version = "13.0.3";
version = "13.0.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyChromecast";
inherit version;
hash = "sha256-s6Js6uxZqju1LjpwEgJUnlAFlKluHhQLORwntr0GtwE=";
hash = "sha256-eS+6PzHklopemcGcdxd0CDoqp+iX6/b14hjjCOM6Rh8=";
};
postPatch = ''