From 16fc3a8148e73bf4d690a74a90b16e14ec09e392 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 27 Nov 2025 11:55:29 +0100 Subject: [PATCH] python313Packages.botocore-stubs: 1.41.4 -> 1.41.5 --- 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 369cb68a176b..55510b43ba0b 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.4"; + version = "1.41.5"; pyproject = true; src = fetchPypi { pname = "botocore_stubs"; inherit version; - hash = "sha256-aZyBYWUOu4C0wDxIgvQUHj5ir7wK0njrOzOJwDtwVCY="; + hash = "sha256-bUwwxZ4M05AxwyPXhmfYzfNUY6msEXV/ALDSJLV7fkQ="; }; nativeBuildInputs = [ setuptools ];