python310Packages.hahomematic: 2022.8.2 -> 2022.8.3

This commit is contained in:
Fabian Affolter 2022-08-08 09:40:14 +02:00
parent 82418f4e45
commit 4a501a0664

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "2022.8.2";
version = "2022.8.3";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-eFWjzp1WCPZM2BTmPeUgo4QF5c6RU9Z7OQ87t9d3vPI=";
sha256 = "sha256-9pQjo4FiHAD3EwWFL/LCxauUU0AbbvFR6OIi7iBYPPU=";
};
propagatedBuildInputs = [