Robert Schütz 2024-06-05 21:27:55 -07:00 committed by Martin Weinelt
parent d1aa5ac2d8
commit 3ac328bbd6
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "2024.5.4";
version = "2024.6.0";
pyproject = true;
disabled = pythonOlder "3.12";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = "hahomematic";
rev = "refs/tags/${version}";
hash = "sha256-pNG1R19H3fRje2pfW2hZw3zuGnElksI+Ugm6imnzK/w=";
hash = "sha256-6WG8N4LcQ52mbrVP1aPL+xkpSQ9u3e0vV+Hf3ybh3mA=";
};
__darwinAllowLocalNetworking = true;