3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.hahomematic: 0.32.3 -> 0.32.4

This commit is contained in:
Fabian Affolter 2022-02-14 08:16:10 +01:00
parent da375bcdfb
commit 8533db5f16

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "0.32.3";
version = "0.32.4";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = version;
sha256 = "sha256-ovllZjVB3R+nAJh4dyGJe/rCPq56522cv1+6q1usNvU=";
sha256 = "sha256-M6EHuytTerubESvtMMokPVW9oByWZzk/uKIv4CUZs0E=";
};
propagatedBuildInputs = [