about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-03-29 08:01:35 +0200
committerGitHub <noreply@github.com>2023-03-29 08:01:35 +0200
commit701b97f1dd624da0c53093a56eaee1e04b00d0f3 (patch)
treeddde712a5050b0cd861a5326f62859f136e61109
parentfc67b4a1e4f736edaadde2f8d38697a8f09934a1 (diff)
parentfb8f1ea228b204bd01502c29b1730c91a2117246 (diff)
Merge pull request #223621 from fabaff/pychromecast-bump
python310Packages.pychromecast: 13.0.4 -> 13.0.6
-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 5fd60d40e1bfb..ed472ce739e43 100644
--- a/pkgs/development/python-modules/pychromecast/default.nix
+++ b/pkgs/development/python-modules/pychromecast/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "pychromecast";
-  version = "13.0.4";
+  version = "13.0.6";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "PyChromecast";
     inherit version;
-    hash = "sha256-eS+6PzHklopemcGcdxd0CDoqp+iX6/b14hjjCOM6Rh8=";
+    hash = "sha256-FJ2tKMvtIpa1B0wyZmLZywCTuDS0F8ue4Fgo6XsoLnM=";
   };
 
   postPatch = ''