python310Packages.hahomematic: 1.5.2 -> 1.5.3

This commit is contained in:
Fabian Affolter 2022-05-24 18:44:25 +02:00
parent 3bc476c9b5
commit fccb457303

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "1.5.2";
version = "1.5.3";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-5oCmAbQBihhOb8qOfjNq455Btik3cBjVK/CFGfp1N5Q=";
sha256 = "sha256-4fB0IIKZNNU7MfHRhdjNhP7RQMWcvfqawj2P01LIPa0=";
};
propagatedBuildInputs = [