python312Packages.homematicip: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm
2024-07-15 00:39:05 +00:00
parent b64e7d2266
commit 7d968d346f
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "homematicip";
version = "1.1.1";
version = "1.1.2";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "hahn-th";
repo = "homematicip-rest-api";
rev = "refs/tags/${version}";
hash = "sha256-VMHInAmNO0Nw0ohZnIJ9c77h35YSSNNnPNYaUpBlKOQ=";
hash = "sha256-f1KjBYwLqQbA6TbQ3ZZ8TgvGe1USbYYNjsni2vsnTP8=";
};
build-system = [