python3Packages.boto3-stubs: 1.43.17 -> 1.43.18

This commit is contained in:
Fabian Affolter
2026-06-01 14:33:54 +02:00
parent 763e13a035
commit 4f5f98fb90
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.43.17";
version = "1.43.18";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-noNa6wsJD4OKnDr3vJ8TGHWv5kOUyJW6Ht4V9OZcNb8=";
hash = "sha256-Cb9IDGK8VM9ZvQrROz2w7ZoAWSZ1/QEki8uk+T6qdmA=";
};
build-system = [ setuptools ];