From 19a04ace007ad11f58a519227805897afcfd170d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 30 Oct 2025 22:36:51 -0700 Subject: [PATCH] python3Packages.aioamazondevices: 6.4.6 -> 6.5.6 Diff: https://github.com/chemelli74/aioamazondevices/compare/v6.4.6...v6.5.6 Changelog: https://github.com/chemelli74/aioamazondevices/blob/v6.5.6/CHANGELOG.md --- .../python-modules/aioamazondevices/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/aioamazondevices/default.nix b/pkgs/development/python-modules/aioamazondevices/default.nix index b1153a351968..c6380fc0d7fe 100644 --- a/pkgs/development/python-modules/aioamazondevices/default.nix +++ b/pkgs/development/python-modules/aioamazondevices/default.nix @@ -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" ];