summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-01-26 20:35:36 +0100
committerGitHub <noreply@github.com>2022-01-26 20:35:36 +0100
commitfaa31e447254288c3b252ebf602d4aeee2a14448 (patch)
tree721231a7924dec4e4340747b67bfc7ff663164d2
parent2774f31f40ddef84cc658dd4c15912a08a68becd (diff)
parent421a2216957707ba49dd72d109a9db0e45e349c3 (diff)
Merge pull request #156821 from fabaff/bump-hahomematic
python3Packages.hahomematic: 0.27.0 -> 0.27.2
-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 58f3224e70a2..3f8b2c1f814e 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.27.0";
+ version = "0.27.2";
format = "setuptools";
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = version;
- sha256 = "sha256-RPUj0We1nsKgAl1DTpa3pCD7gMm590N00+xwOVFIOaw=";
+ sha256 = "sha256-XBGA3wRZdl8rJ1hLLPPLK7E87Ggoly+kePbLY4x9/ZE=";
};
propagatedBuildInputs = [