Robert Schütz
2026-05-10 14:03:32 -07:00
parent 2a3a0c307d
commit 5caa38084d
@@ -1,10 +1,9 @@
{
aiohttp,
anyio,
beautifulsoup4,
buildPythonPackage,
colorlog,
fetchFromGitHub,
httpx,
langcodes,
lib,
orjson,
@@ -16,27 +15,27 @@
buildPythonPackage rec {
pname = "aioamazondevices";
version = "13.4.3";
version = "13.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aioamazondevices";
tag = "v${version}";
hash = "sha256-AH5edWwVEMo/TpnVbcOEC/oYI4DOQ5nqFfoFKeoI3Ok=";
hash = "sha256-+71t47H4/idWeef8Nf+4TVHB0xEe5mWCQ271ECm3jOg=";
};
build-system = [ poetry-core ];
dependencies = [
aiohttp
anyio
beautifulsoup4
colorlog
httpx
langcodes
orjson
python-dateutil
];
]
++ httpx.optional-dependencies.http2;
pythonImportsCheck = [ "aioamazondevices" ];