summaryrefslogtreecommitdiffstats
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-05-25 16:15:29 +0200
committerGitHub <noreply@github.com>2022-05-25 16:15:29 +0200
commitf612a49ebc30d430f5923eb7a262e53ab5aa81c4 (patch)
treeb70163e5e7b29936515f4af03d5a47f56b311815 /pkgs/development
parente9df47e3ad852ef46e4daeb98f90a5938e08f325 (diff)
parente0cd6799b74d7e9222dcd3d607628395f474195f (diff)
Merge pull request #174493 from r-ryantm/auto-update/python310Packages.PyChromecast
python310Packages.PyChromecast: 12.1.2 -> 12.1.3
Diffstat (limited to 'pkgs/development')
-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 f547b2d160fd..584462035eb9 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 = "12.1.2";
+ version = "12.1.3";
format = "setuptools";
disabled = !isPy3k;
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyChromecast";
inherit version;
- sha256 = "sha256-a+Ym5bovb/rvvBPdzthOi2Cp7xsBL3EDn8D3oLy0vaY=";
+ sha256 = "sha256-7dZ7bSPV0GSlbJfNkOpmH6j/12cgvxmbWhJsaGn4HgE=";
};
propagatedBuildInputs = [