python3Packages.boto3-stubs: 1.43.18 -> 1.43.19

This commit is contained in:
Fabian Affolter
2026-06-02 13:08:36 +02:00
parent e1dcdb31e5
commit 5637c378aa
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.43.18";
version = "1.43.19";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-Cb9IDGK8VM9ZvQrROz2w7ZoAWSZ1/QEki8uk+T6qdmA=";
hash = "sha256-0Wc9i9REkPu/OT6Gmo3cGPzYq0zrx/sq6/KYybtD+8s=";
};
build-system = [ setuptools ];