3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.hahomematic: 1.8.4 -> 1.8.5

This commit is contained in:
Fabian Affolter 2022-06-06 22:18:07 +02:00
parent c1611cac99
commit 1a602dda63

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "1.8.4";
version = "1.8.5";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-ZoHH96BliXDTO6+yVs+GFSAxG9wx32tHrr74zTVq1FI=";
sha256 = "sha256-hkfTFmiJAgVgbJ/0G61sq6k0+B5gCo7t51DCAESzGUQ=";
};
propagatedBuildInputs = [