summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-12-29 22:54:58 +0100
committerGitHub <noreply@github.com>2021-12-29 22:54:58 +0100
commite2b7d265e10e506595f8d6828ad890a19bd364cd (patch)
treebfc2a959062af9e4d07a464362a6cd640a2f4b49
parentb4f8f8ee6a7bb4ad171b099c16fb1169ebfbad72 (diff)
parentc62bac18606fceadd3212d9b6c534957c222a3fa (diff)
Merge pull request #152573 from fabaff/bump-hahomematic
python3Packages.hahomematic: 0.6.1 -> 0.7.0
-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 9c1dbe560687..124afa297a04 100644
--- a/pkgs/development/python-modules/hahomematic/default.nix
+++ b/pkgs/development/python-modules/hahomematic/default.nix
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "hahomematic";
- version = "0.6.1";
+ version = "0.7.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = version;
- sha256 = "sha256-s3XdbkngdHApV4uE/Qudrr9TFf6gUvNHJKM3RA4UeN0=";
+ sha256 = "sha256-3qdA/s03mVek4KH+6wAvbPmpp3pSUWCmeOByNs48+MU=";
};
propagatedBuildInputs = [