summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-03-18 09:17:43 +0100
committerGitHub <noreply@github.com>2022-03-18 09:17:43 +0100
commitb963e165cfcaa87b062c9382353dc641f51e2d18 (patch)
tree1dd0358da0644375535c8a14ad9ebd74851a672d
parentd96018d29976df5695f1d3eecb58c4202b940907 (diff)
parentc94b389c5362aa0a843561b15ec173fdafa55b42 (diff)
Merge pull request #164678 from r-ryantm/auto-update/python3.10-hahomematic
python310Packages.hahomematic: 0.37.1 -> 0.37.4
-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 046fc856f017..96d79c367635 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 = "0.37.1";
+ version = "0.37.4";
format = "setuptools";
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = version;
- sha256 = "sha256-ZENCcNppXOl0OHQDdybJV+SxOgtVzF2PPN0gAPIMjXM=";
+ sha256 = "sha256-Mb6ruBFM3IiU5EUwOTiWEL3qt7p/n7QIgI5+j0mrOkw=";
};
propagatedBuildInputs = [