about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hahomematic
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-01-10 21:39:43 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-01-10 21:39:43 +0100
commitd222225ba6ebbed7b9cb42e33f0bdda03de0cabd (patch)
tree727f88861618e617484af59b6527f9f459f4116c /pkgs/development/python-modules/hahomematic
parentd36d401087a7e347c8b8ec539af1d32e130de564 (diff)
python3Packages.hahomematic: 0.16.0 -> 0.17.1
Diffstat (limited to 'pkgs/development/python-modules/hahomematic')
-rw-r--r--pkgs/development/python-modules/hahomematic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hahomematic/default.nix b/pkgs/development/python-modules/hahomematic/default.nix
index 7f7dc85fd1111..b5cdf4e931d0f 100644
--- a/pkgs/development/python-modules/hahomematic/default.nix
+++ b/pkgs/development/python-modules/hahomematic/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "hahomematic";
-  version = "0.16.0";
+  version = "0.17.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = pname;
     rev = version;
-    sha256 = "sha256-+l6VeF3vOO5MBW9FLlnE/Anm8vps2Sl6Nmf2N9QiArQ=";
+    sha256 = "sha256-Nhl2WLrqqvGaNEgJApcgZhSm4xoq62MzJC0MfEO5Xxw=";
   };
 
   propagatedBuildInputs = [