python313Packages.botocore-stubs: 1.38.9 -> 1.38.11

This commit is contained in:
Fabian Affolter
2025-05-08 21:24:47 +02:00
parent 687b490b28
commit 881240f0fc
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.38.9";
version = "1.38.11";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-qfpLd669RjpuBRiWHcZi8OabuOtP4DWIj+mh278XmyE=";
hash = "sha256-WJjdhVrhUnJdYP9I4fQA/CPRj7D/C5vUpFRYryxEbr4=";
};
nativeBuildInputs = [ setuptools ];