about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-07-12 09:56:35 +0200
committerGitHub <noreply@github.com>2022-07-12 09:56:35 +0200
commite11544e53ec982d1549891b1fbebf3d2a0a71f2c (patch)
tree6bd314e56f3ce04a564e5246d3b72ecf4e9feb1f /pkgs/development
parent9816bf96ff4cbce0ba108245666ed7bbb4fdc92f (diff)
parent7498aa2c9d35e94b89443a9a87a8c4158fb555c5 (diff)
Merge pull request #181185 from r-ryantm/auto-update/python3.10-hahomematic
python310Packages.hahomematic: 2022.7.3 -> 2022.7.5
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 6d3519a898745..629aa0f6b8ea1 100644
--- a/pkgs/development/python-modules/hahomematic/default.nix
+++ b/pkgs/development/python-modules/hahomematic/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "hahomematic";
-  version = "2022.7.3";
+  version = "2022.7.5";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = pname;
     rev = "refs/tags/${version}";
-    sha256 = "sha256-nzP2BvEH9PytauF0q86s4vCSEuGtku+WIu4ttIzf8bU=";
+    sha256 = "sha256-VCm94/kMQl9gbt7Veefo75z1PuOd4faUMGbBxLI/ZUs=";
   };
 
   propagatedBuildInputs = [