about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-11-03 08:30:42 +0100
committerGitHub <noreply@github.com>2022-11-03 08:30:42 +0100
commit740cfce6a19d4f30743705c4ce4fa2b204dd8bfd (patch)
treeb798014881e9e78ef8d8e9d69dae9e0e65fb5038 /pkgs
parentad9f9c31c3d0a3a5a2519fa7cb05a3be30886495 (diff)
parent1d6b1589f2ddc01e42ad9ea7b8ec5d11c7504574 (diff)
Merge pull request #199240 from fabaff/hahomematic-bump
python310Packages.hahomematic: 2022.10.10 -> 2022.11.0
Diffstat (limited to 'pkgs')
-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 87762215f76b3..39260c94b5615 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.10.10";
+  version = "2022.11.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = pname;
     rev = "refs/tags/${version}";
-    sha256 = "sha256-msSAZAKJFN4bjnJABuAI+rZ5HJSzKFkq4LV2jat6Tas=";
+    sha256 = "sha256-fEsH5yaGI/y8Qg9WnKm8uCrwEbSwhKlF6kixS3iPVXg=";
   };
 
   nativeBuildInputs = [