python313Packages.boto3-stubs: 1.40.69 -> 1.40.70

This commit is contained in:
Fabian Affolter
2025-11-11 08:36:08 +01:00
parent ca02cbe7fb
commit cfe1a3f639
@@ -358,13 +358,13 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.40.69";
version = "1.40.70";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-JEEhZyxhS1hCbxYw9Whagh9KjP9J3u1ZoofZ2Rx6TWQ=";
hash = "sha256-s3RBeBFPSyE0I5egZtQW+PU7+FmgY2rMet9rMLSPdqM=";
};
build-system = [ setuptools ];