From a5c65f03aa512bc11307672b9ba166f30468d89a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 1 Dec 2025 16:56:38 +0100 Subject: [PATCH] python313Packages.botocore-stubs: 1.41.5 -> 1.41.6 --- pkgs/development/python-modules/botocore-stubs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/botocore-stubs/default.nix b/pkgs/development/python-modules/botocore-stubs/default.nix index 55510b43ba0b..f1fabd52389e 100644 --- a/pkgs/development/python-modules/botocore-stubs/default.nix +++ b/pkgs/development/python-modules/botocore-stubs/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "botocore-stubs"; - version = "1.41.5"; + version = "1.41.6"; pyproject = true; src = fetchPypi { pname = "botocore_stubs"; inherit version; - hash = "sha256-bUwwxZ4M05AxwyPXhmfYzfNUY6msEXV/ALDSJLV7fkQ="; + hash = "sha256-K1NXTE6k+NWIflFu8iCLmW/ZiPwqYT9nbqkURZfyDNI="; }; nativeBuildInputs = [ setuptools ];