Loading pkgs/development/python-modules/aiohomeconnect/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fastapi, fetchFromGitHub, httpx, httpx-sse, mashumaro, poetry-core, pytest-asyncio, Loading @@ -18,7 +19,7 @@ buildPythonPackage rec { pname = "aiohomeconnect"; version = "0.6.4"; version = "0.7.0"; pyproject = true; disabled = pythonOlder "3.11"; Loading @@ -27,7 +28,7 @@ buildPythonPackage rec { owner = "MartinHjelmare"; repo = "aiohomeconnect"; rev = "refs/tags/v${version}"; hash = "sha256-vy1pcLNRi5C0okdWMYWOHanEiN0Nl4WqZT1cC6UktCU="; hash = "sha256-OgHlYa5n8BnXnaJg/Ns27cXaGKDUkSddDFvl03rwNXM="; }; pythonRelaxDeps = [ "httpx" ]; Loading @@ -36,6 +37,7 @@ buildPythonPackage rec { dependencies = [ httpx httpx-sse mashumaro ]; Loading Loading
pkgs/development/python-modules/aiohomeconnect/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fastapi, fetchFromGitHub, httpx, httpx-sse, mashumaro, poetry-core, pytest-asyncio, Loading @@ -18,7 +19,7 @@ buildPythonPackage rec { pname = "aiohomeconnect"; version = "0.6.4"; version = "0.7.0"; pyproject = true; disabled = pythonOlder "3.11"; Loading @@ -27,7 +28,7 @@ buildPythonPackage rec { owner = "MartinHjelmare"; repo = "aiohomeconnect"; rev = "refs/tags/v${version}"; hash = "sha256-vy1pcLNRi5C0okdWMYWOHanEiN0Nl4WqZT1cC6UktCU="; hash = "sha256-OgHlYa5n8BnXnaJg/Ns27cXaGKDUkSddDFvl03rwNXM="; }; pythonRelaxDeps = [ "httpx" ]; Loading @@ -36,6 +37,7 @@ buildPythonPackage rec { dependencies = [ httpx httpx-sse mashumaro ]; Loading