about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-01-24 23:30:34 +0100
committerGitHub <noreply@github.com>2024-01-24 23:30:34 +0100
commitb60d9091e5009c7118d23733f95684e77d006e16 (patch)
treeb2cfe5ac9cfc16ed36dd49d8e14e316f678214ab /pkgs/development
parent94cbab5a90fde5a004e69792035907d3d98c88a8 (diff)
parent4c1fda7d4bd05ad6371636e36a51b5692a3ac521 (diff)
Merge pull request #283549 from fabaff/hahomematic-bump
python311Packages.hahomematic: 2024.1.7 -> 2024.1.8
Diffstat (limited to 'pkgs/development')
-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 9609365f7fef5..f06dd4109abeb 100644
--- a/pkgs/development/python-modules/hahomematic/default.nix
+++ b/pkgs/development/python-modules/hahomematic/default.nix
@@ -18,7 +18,7 @@
 
 buildPythonPackage rec {
   pname = "hahomematic";
-  version = "2024.1.7";
+  version = "2024.1.8";
   pyproject = true;
 
   disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = "hahomematic";
     rev = "refs/tags/${version}";
-    hash = "sha256-98biJ/BXFZV55FMRvT8QexzWVB2rfF/YVa66+HU06mI=";
+    hash = "sha256-ln+Dich2I503LA5nIWK9k3B83LjIBsRUmBv2xJmFRQI=";
   };
 
   __darwinAllowLocalNetworking = true;