Fabian Affolter
2024-12-12 19:55:35 +01:00
parent 7f6f4d968d
commit fcc046ed81
@@ -5,6 +5,7 @@
fastapi,
fetchFromGitHub,
httpx,
httpx-sse,
mashumaro,
poetry-core,
pytest-asyncio,
@@ -18,7 +19,7 @@
buildPythonPackage rec {
pname = "aiohomeconnect";
version = "0.6.4";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -27,7 +28,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aiohomeconnect";
rev = "refs/tags/v${version}";
hash = "sha256-vy1pcLNRi5C0okdWMYWOHanEiN0Nl4WqZT1cC6UktCU=";
hash = "sha256-OgHlYa5n8BnXnaJg/Ns27cXaGKDUkSddDFvl03rwNXM=";
};
pythonRelaxDeps = [ "httpx" ];
@@ -36,6 +37,7 @@ buildPythonPackage rec {
dependencies = [
httpx
httpx-sse
mashumaro
];