python311Packages.pychromecast: 13.0.8 -> 13.1.0

Changelog: https://github.com/home-assistant-libs/pychromecast/releases/tag/13.1.0
This commit is contained in:
Fabian Affolter 2024-01-15 09:06:34 +01:00
parent 6cb7257b0f
commit 02cf158dd8

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pychromecast";
version = "13.0.8";
version = "13.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyChromecast";
inherit version;
hash = "sha256-5LdSPbE3+N4F7tzGFUETtoUyhIYpRCtEjCM0+slmpEc=";
hash = "sha256-COYai1S9IRnTyasewBNtPYVjqpfgo7V4QViLm+YMJnY=";
};
postPatch = ''