about summary refs log tree commit diff
path: root/pkgs/development/python-modules/greeclimate
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2021-11-20 18:51:07 -0800
committerRobert Schütz <nix@dotlambda.de>2021-11-20 18:51:07 -0800
commite25e4731af5b03537128e75fe39b2964d29cf6a1 (patch)
treeaa678b2ab154008533b84ddf1580a9f415d5ae5b /pkgs/development/python-modules/greeclimate
parent09b01aa435a5214376d71a787717c07bed60ed4c (diff)
python3Packages.greeclimate: 0.12.5 -> 1.0.0
Diffstat (limited to 'pkgs/development/python-modules/greeclimate')
-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 2fd95e676c96d..3beb08f1bd0d4 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.12.5";
+  version = "1.0.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "cmroche";
     repo = "greeclimate";
     rev = version;
-    sha256 = "sha256-Lu6DxYrK3WgRC09QQXZLIgYSIaWydcEofNiA1PKP8Ek=";
+    sha256 = "sha256-zaa3Z6w1BdmOV1otoewc1Zpvltnn5QDJHkAVldZCQlY=";
   };
 
   propagatedBuildInputs = [