python313Packages.boto3-stubs: 1.36.19 -> 1.36.21

This commit is contained in:
Fabian Affolter
2025-02-15 09:16:30 +01:00
parent 774d293b5c
commit b15caf9952
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.36.19";
version = "1.36.21";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-ZE5mHF2tiCsxoGkdjVJ0yZ2415Ih0y6dfI0Hen+jiDQ=";
hash = "sha256-DLQbzGBJDI8vaRbSRoObABcYT//zH2X8LpIFvs6vU7o=";
};
build-system = [ setuptools ];