python313Packages.boto3-stubs: 1.40.18 -> 1.40.20

This commit is contained in:
Fabian Affolter
2025-08-29 12:13:56 +02:00
parent 6306c3c625
commit f235f782da
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.40.18";
version = "1.40.20";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-mkNu1E9E2xYoyqQ6cbXvHZeo6e8YZadGOy7Nymm6qCs=";
hash = "sha256-Wv2WCM7csPgJOcL+i8J3vAi8V0OlrtdiaMozyc7G9X0=";
};
build-system = [ setuptools ];