python312Packages.pychromecast: 14.0.1 -> 14.0.2 (#346217)

This commit is contained in:
Nick Cao 2024-10-03 16:44:20 -04:00 committed by GitHub
commit dfb99011c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pychromecast";
version = "14.0.1";
version = "14.0.2";
pyproject = true;
disabled = pythonOlder "3.11";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyChromecast";
inherit version;
hash = "sha256-4W4Kf5SIMZGRuLT6IcoL60vxLu2lyb9kAkEYjyvqCj4=";
hash = "sha256-CSxl9CGZG8pWUzi8YaDBSGHEfg9cCmWRml6T8C39Bxo=";
};
postPatch = ''