mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 02:14:08 +00:00
python312Packages.aiohomeconnect: 0.6.4 -> 0.7.0 (#364684)
This commit is contained in:
commit
c74751a9d2
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user