about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-12-28 22:26:53 +0100
committerGitHub <noreply@github.com>2022-12-28 22:26:53 +0100
commitca9dbca6bc4739c334939e654534a75aa002b98c (patch)
tree09e00bc562c26bfe9a26bd4130ed050fc1910e34
parentbae016a109d61f5e05ec258de493048e96b746dd (diff)
parent4c214a1c22a2135b73ff190effc03c573baa8b5b (diff)
Merge pull request #208138 from fabaff/hahomematic-bump
-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 4bb409389931b..c8af931174eeb 100644
--- a/pkgs/development/python-modules/hahomematic/default.nix
+++ b/pkgs/development/python-modules/hahomematic/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "hahomematic";
-  version = "2022.12.9";
+  version = "2022.12.11";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = pname;
     rev = "refs/tags/${version}";
-    sha256 = "sha256-Pmgdu22pZOciHveyXY212QPMMPdwvYCc9HshSqBOunE=";
+    sha256 = "sha256-s9nxFi7XOcBy7Q1PnnyVKWoyusXnypqmI3BRVtS3p+k=";
   };
 
   nativeBuildInputs = [