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