about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-03-20 08:03:00 +0100
committerGitHub <noreply@github.com>2024-03-20 08:03:00 +0100
commitc6030527a429241af2420fdd3b1941c1bd122f84 (patch)
tree3755069c2cf44414d43009a081d00116645119f0
parentb7e1e7b2174ca6a8af39041202aba63958e8a38f (diff)
parent3860d2e73b53a67507c0df399c5f07a55a62925f (diff)
Merge pull request #297324 from r-ryantm/auto-update/python312Packages.pychromecast
python312Packages.pychromecast: 14.0.0 -> 14.0.1
-rw-r--r--pkgs/development/python-modules/pychromecast/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pychromecast/default.nix b/pkgs/development/python-modules/pychromecast/default.nix
index f5e6029e85603..5e4e971432edc 100644
--- a/pkgs/development/python-modules/pychromecast/default.nix
+++ b/pkgs/development/python-modules/pychromecast/default.nix
@@ -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 = ''