python3Packages.hahomematic: 0.0.16 -> 0.0.17

This commit is contained in:
Fabian Affolter 2021-12-10 13:59:31 +01:00
parent 9549b866e3
commit 0184e9fe69

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "0.0.16";
version = "0.0.17";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = version;
sha256 = "sha256-c+0CjERZX55A1Y73tqf6awe68TPw5pqXEIlBD5C8L8c=";
sha256 = "sha256-XUlg3zuLJwWJCi2qx1f8eBK3Li94QxXz82G0zEgUztc=";
};
propagatedBuildInputs = [