Revert "python312Packages.hahomematic: 2024.12.0 -> 2024.12.2"

This reverts commit 3527ace86e.
This commit is contained in:
Robert Schütz
2024-12-15 13:58:25 -08:00
parent 391a61633b
commit 7211564ef7
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "2024.12.2";
version = "2024.12.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = "hahomematic";
rev = "refs/tags/${version}";
hash = "sha256-pQiOi6uJcfeBOPmL9MksHLqnemHD9Qk6e7QTI9J3NCc=";
hash = "sha256-RLgJiapsRM8dMA4+T2S6DkSFjo+YBmVVpo1mOVKJ7EI=";
};
__darwinAllowLocalNetworking = true;