python312Packages.pychromecast: 14.0.4 -> 14.0.5

Changelog: https://github.com/home-assistant-libs/pychromecast/releases/tag/14.0.5
This commit is contained in:
Fabian Affolter 2024-10-28 08:29:55 +01:00
parent 4c1988701b
commit e0b398a295

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pychromecast";
version = "14.0.4";
version = "14.0.5";
pyproject = true;
disabled = pythonOlder "3.11";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyChromecast";
inherit version;
hash = "sha256-H8BdY9sVL+b3Hv3ud9FCKNxMVemdc03kdXRVgAsfO6Q=";
hash = "sha256-qGce5OpKcJXi4GcOIhUUXsHj4KoHN/901kiuTcJosrE=";
};
postPatch = ''