From 4d57e4a5e7ff85e15a49175e84d5619f56cd551c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 22 Jul 2025 22:06:24 +0200 Subject: [PATCH] python3Packages.aioamazondevices: 3.3.0 -> 3.5.0 https://github.com/chemelli74/aioamazondevices/blob/v3.5.0/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 2b86be7b1161..02a12ec7bcbd 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.3.0"; + version = "3.5.0"; pyproject = true; src = fetchFromGitHub { owner = "chemelli74"; repo = "aioamazondevices"; tag = "v${version}"; - hash = "sha256-MXVQ/VtsT/ppeQsSnf+LiddlZFKylQxL48vPRKj932w="; + hash = "sha256-gFO0E5tphInHOTAgaifp+jNQQvs+HfLDhvErmLwwrPU="; }; build-system = [ poetry-core ];