python312Packages.botocore-stubs: 1.37.9 -> 1.37.11

This commit is contained in:
R. Ryantm
2025-03-12 10:26:56 +00:00
parent e607ef1af0
commit d61ecbbf7f
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.37.9";
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-y6DKr51dFQB8ioXPGXjWTvjWm2LDP0szRehB3Eicn5Y=";
hash = "sha256-m4m6mpjrnwiKX4LFJIgBOFgJJ3fBe1YmVXS78tIdpCI=";
};
nativeBuildInputs = [ setuptools ];