Robert Schütz
2025-11-05 10:01:06 -08:00
parent 44ee538806
commit 19a04ace00
@@ -10,19 +10,19 @@
poetry-core,
pytest-cov-stub,
pytestCheckHook,
yarl,
python-dateutil,
}:
buildPythonPackage rec {
pname = "aioamazondevices";
version = "6.4.6";
version = "6.5.6";
pyproject = true;
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aioamazondevices";
tag = "v${version}";
hash = "sha256-EjgZ/zmUSCaLDUmijYMCXvwpl4dWfjmTdlO5VLuzIHg=";
hash = "sha256-OgcOsRKqSU3k4myfHmOYaXW259LDgYWj0gXPLwabVIM=";
};
build-system = [ poetry-core ];
@@ -33,7 +33,7 @@ buildPythonPackage rec {
colorlog
langcodes
orjson
yarl
python-dateutil
];
pythonImportsCheck = [ "aioamazondevices" ];