Merge pull request #297324 from r-ryantm/auto-update/python312Packages.pychromecast

python312Packages.pychromecast: 14.0.0 -> 14.0.1
This commit is contained in:
Fabian Affolter 2024-03-20 08:03:00 +01:00 committed by GitHub
commit c6030527a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pychromecast";
version = "14.0.0";
version = "14.0.1";
pyproject = true;
disabled = pythonOlder "3.11";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyChromecast";
inherit version;
hash = "sha256-3E+LBS52CpeNqbJWi3kCDLea9gigJkZfB1RM/+Q5c88=";
hash = "sha256-4W4Kf5SIMZGRuLT6IcoL60vxLu2lyb9kAkEYjyvqCj4=";
};
postPatch = ''