python313Packages.botocore-stubs: 1.42.10 -> 1.42.11

This commit is contained in:
Fabian Affolter
2025-12-17 02:18:01 +01:00
parent 26cadcf3d2
commit 6a8f9bc250
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.42.10";
version = "1.42.11";
pyproject = true;
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-6G/LDWdVVZtxRIExaFTRmmtLmTAjYH2kfVagx11Pk4c=";
hash = "sha256-wrrJINjDAuFea+yVk9rq8Ed3cU+DCf4FL9JM8o64WnY=";
};
nativeBuildInputs = [ setuptools ];