python313Packages.boto3-stubs: 1.40.9 -> 1.40.10

This commit is contained in:
Fabian Affolter 2025-08-15 00:09:34 +02:00
parent 0b0d79f998
commit df105076de

View File

@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.40.9";
version = "1.40.10";
pyproject = true;
disabled = pythonOlder "3.7";
@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-nRaC/EpTUgtB3zc5iP3n7xYR8rPoTzPuxUKjzCOaemw=";
hash = "sha256-XBWJ7fk+0DN8jfO6f52akkdwvGwJ6axrDfDALs82csM=";
};
build-system = [ setuptools ];