python313Packages.botocore-stubs: 1.40.69 -> 1.40.70

This commit is contained in:
Fabian Affolter
2025-11-11 08:36:02 +01:00
parent 8cab05e988
commit ca02cbe7fb
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.40.69";
version = "1.40.70";
pyproject = true;
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-MdG7mlFA35uoPW1NZraJmHZyeYUN5Q4oyq3jFSRLCng=";
hash = "sha256-N/lQi+ixzNMBAuNrlzSvfu//q7sBKiQO+hG9BOHMnN4=";
};
nativeBuildInputs = [ setuptools ];