python313Packages.botocore-stubs: 1.40.31 -> 1.40.32

This commit is contained in:
Fabian Affolter
2025-09-18 22:43:49 +02:00
parent be96ee10c7
commit f760842ae9
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.40.31";
version = "1.40.32";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-AXvOpZGSQrZ+gOaicRSdZ8rR0GvXraxatY4yKZ26g9w=";
hash = "sha256-h6u6vzz8DEsmO4/pelxjWnTluQduk//wtOF/jkzz8FY=";
};
nativeBuildInputs = [ setuptools ];