python312Packages.aiohomeconnect: 0.6.4 -> 0.7.0 (#364684)

This commit is contained in:
Fabian Affolter 2024-12-13 12:48:59 +01:00 committed by GitHub
commit c74751a9d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
];