about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-10-10 19:45:58 +0200
committerGitHub <noreply@github.com>2021-10-10 19:45:58 +0200
commit81cfcd227a0b4ae41a8a4435b40c3c1c4bc01ccf (patch)
treeeccbf4abf6ab18c4708c8c8e490e96bb8a0fd060 /pkgs
parent824014aa5436def3b6871b6a6f94ddad32bc1ec4 (diff)
parent4dc0be7557d54872961a33334659e1fccdb70f53 (diff)
Merge pull request #141138 from fabaff/bump-greeclimate
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/greeclimate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/greeclimate/default.nix b/pkgs/development/python-modules/greeclimate/default.nix
index 5b2e86b5fb589..9e0086f3e2023 100644
--- a/pkgs/development/python-modules/greeclimate/default.nix
+++ b/pkgs/development/python-modules/greeclimate/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "greeclimate";
-  version = "0.11.8";
+  version = "0.11.9";
 
   disabled = pythonOlder "3.6";
 
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "cmroche";
     repo = "greeclimate";
     rev = version;
-    sha256 = "1n46klbhl0gpd5x995mrcr1qfd77hrfm501qns1zhvv0zk8mdsf4";
+    sha256 = "sha256-fyIx/w+jKIscPGbK6LqjMtjy43qJtzzITwtUeNurE+o=";
   };
 
   propagatedBuildInputs = [