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-11 11:21:29 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-01-11 11:21:29 +0100
commit3616d6cb744eae1699d57c5a7443003c0d577143 (patch)
treef2bd22510a3d8c47119f38fc795cfe3fb8963eba /pkgs/development/python-modules/hahomematic
parent7846f7a49da32d80a9adc9f3894fddd86ec7cd3b (diff)
python3Packages.hahomematic: 0.17.1 -> 0.18.0
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 b5cdf4e931d0f..fc2fb2bcd5cc3 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.17.1";
+  version = "0.18.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = pname;
     rev = version;
-    sha256 = "sha256-Nhl2WLrqqvGaNEgJApcgZhSm4xoq62MzJC0MfEO5Xxw=";
+    sha256 = "sha256-SkEI5uWKtszSBZblDBvbEmJh0OdvqDcwY6PG3JK4djY=";
   };
 
   propagatedBuildInputs = [