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-08 11:12:05 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-01-08 11:12:14 +0100
commit3d229f817c18dce7ce33ae4bc63648527989ca8f (patch)
treedf2a041097506892baf4e7cc4bd6be2788502c22 /pkgs/development/python-modules/hahomematic
parente8e6c6aceb0d1fc7ed7d38676a3cd73c46eecb5a (diff)
python3Packages.hahomematic: 0.14.0 -> 0.15.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 d5c5a41abc047..385a76c22cbd7 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.14.0";
+  version = "0.15.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = pname;
     rev = version;
-    sha256 = "sha256-Olwol/DhsVJznxpiMB57zkPuco0RBxMy8cfzSQMZZrU=";
+    sha256 = "sha256-jTUMnBtV0wVFWe+4MWOAvFDLvminM0gVTm0hkBOvnH8=";
   };
 
   propagatedBuildInputs = [