python3Packages.boto3-stubs: 1.43.19 -> 1.43.21

This commit is contained in:
Fabian Affolter
2026-06-03 21:25:21 +02:00
parent ee91960e59
commit 369e0f9edc
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.43.19";
version = "1.43.21";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-0Wc9i9REkPu/OT6Gmo3cGPzYq0zrx/sq6/KYybtD+8s=";
hash = "sha256-PRmr3e6APfH3tDC2f2T80Llloe7reupzpzakya8ZqBw=";
};
build-system = [ setuptools ];