python313Packages.boto3-stubs: 1.39.14 -> 1.40.0

This commit is contained in:
Fabian Affolter
2025-08-01 21:19:00 +02:00
parent 691741a8e3
commit 6c4d9b29d7
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.39.14";
version = "1.40.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-NNiQIr4JdELwK9Tpof51gDy2taP2tHY7tqXr191tfck=";
hash = "sha256-rMdc3VGb1sBtx5xT/GvU/+L3L34uN0rpysEGsfi6XuE=";
};
build-system = [ setuptools ];