python310Packages.hahomematic: 1.8.3 -> 1.8.4

This commit is contained in:
R. Ryantm 2022-06-05 04:36:36 +00:00
parent 8a970d86ee
commit 96515aa0c9

View file

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