python313Packages.boto3-stubs: 1.38.19 -> 1.38.20

This commit is contained in:
Fabian Affolter
2025-05-21 12:43:37 +02:00
parent a98bce80bf
commit e25e67eebd
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.38.19";
version = "1.38.20";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-Vm1Q7HAQXwb4YEHQP9SvaiQyL0Bj7NL2rIm5szgDjRQ=";
hash = "sha256-fx17//c1XrTRfnmE+/J/RHCc2EhKu1S9a6NOxzpVJgU=";
};
build-system = [ setuptools ];