python313Packages.aiohomeconnect: remove disabled

This commit is contained in:
Fabian Affolter
2025-12-04 17:06:40 +01:00
committed by GitHub
parent 88f36910f7
commit 6843e6befa
@@ -11,7 +11,6 @@
pytest-cov-stub,
pytest-httpx,
pytestCheckHook,
pythonOlder,
setuptools,
typer,
uvicorn,
@@ -22,8 +21,6 @@ buildPythonPackage rec {
version = "0.24.0";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "MartinHjelmare";
repo = "aiohomeconnect";