From d7a2bb573abffcb86b414d959bc3220fe7f286b3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 12 Mar 2025 23:04:15 +0100 Subject: [PATCH] python313Packages.botocore-stubs: 1.37.10 -> 1.37.11 --- 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 cfe016a1d9f0..ad420e1e2c96 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.10"; + version = "1.37.11"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "botocore_stubs"; inherit version; - hash = "sha256-5hg8o3t7O1w22q441EBAhYz3zmnQJ5fU09TYAJhcELQ="; + hash = "sha256-m4m6mpjrnwiKX4LFJIgBOFgJJ3fBe1YmVXS78tIdpCI="; }; nativeBuildInputs = [ setuptools ];