From 20ee6e6c6fb0133af03622c8141df01a8fedfd5e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 27 Mar 2025 07:42:00 +0100 Subject: [PATCH] python313Packages.botocore-stubs: 1.37.20 -> 1.37.21 --- 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 e86b479d4cbf..2286823cb723 100644 --- a/pkgs/development/python-modules/botocore-stubs/default.nix +++ b/pkgs/development/python-modules/botocore-stubs/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "botocore-stubs"; - version = "1.37.20"; + version = "1.37.21"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "botocore_stubs"; inherit version; - hash = "sha256-KVuSGMCocfk5JuAMG71pVvArOsmwWKRb27AL9ssEVAI="; + hash = "sha256-u+cCxDMS3ta0C2ng+B1rv7gPluSqcqd0mICcdbYUl2o="; }; nativeBuildInputs = [ setuptools ];