about summary refs log tree commit diff
path: root/pkgs/development/python-modules/greeclimate
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-11-14 13:19:16 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-11-14 13:19:16 +0100
commitf330a765071ebe5e5b4766fd51553bb07944f3ad (patch)
tree4f70e2da1e1e71973ce6d06ff3ffd9a93c96a21a /pkgs/development/python-modules/greeclimate
parent014715ef317b3d3883d430aff7d461fa0e9c7546 (diff)
python3Packages.greeclimate: 0.12.3 -> 0.12.4
Diffstat (limited to 'pkgs/development/python-modules/greeclimate')
-rw-r--r--pkgs/development/python-modules/greeclimate/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/greeclimate/default.nix b/pkgs/development/python-modules/greeclimate/default.nix
index 9e5b657d42193..d5cf044e49492 100644
--- a/pkgs/development/python-modules/greeclimate/default.nix
+++ b/pkgs/development/python-modules/greeclimate/default.nix
@@ -10,7 +10,8 @@
 
 buildPythonPackage rec {
   pname = "greeclimate";
-  version = "0.12.3";
+  version = "0.12.4";
+  format = "setuptools";
 
   disabled = pythonOlder "3.6";
 
@@ -18,7 +19,7 @@ buildPythonPackage rec {
     owner = "cmroche";
     repo = "greeclimate";
     rev = version;
-    sha256 = "sha256-7O21/eL/CcQmENJTGKfZCHjZcRN3pwuWZrmMMX3YPAg=";
+    sha256 = "sha256-8mrQTRR1erqo0oi9ltuiQX947qdvJLyF/nj80LvovV8=";
   };
 
   propagatedBuildInputs = [