From 67599009fa9a19c41b7e2726c07d2313b3c7e23b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 5 Jul 2025 00:21:13 +0200 Subject: [PATCH] python3Packages.aioamazondevices: 3.2.2 -> 3.2.3 https://github.com/chemelli74/aioamazondevices/blob/v3.2.3/CHANGELOG.md --- pkgs/development/python-modules/aioamazondevices/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioamazondevices/default.nix b/pkgs/development/python-modules/aioamazondevices/default.nix index 1d08a0521887..dbe47de507ab 100644 --- a/pkgs/development/python-modules/aioamazondevices/default.nix +++ b/pkgs/development/python-modules/aioamazondevices/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "aioamazondevices"; - version = "3.2.2"; + version = "3.2.3"; pyproject = true; src = fetchFromGitHub { owner = "chemelli74"; repo = "aioamazondevices"; tag = "v${version}"; - hash = "sha256-dawcskOWIh+TlGh0awJD6ka1HJjGByoLFokq9XWRYoc="; + hash = "sha256-TpsRYL608hAcFhqBwqsstFUdq0BLlNjD9YdGeio8BNs="; }; build-system = [ poetry-core ];