python3Packages.boto3-stubs: 1.43.1 -> 1.43.2

This commit is contained in:
Fabian Affolter
2026-05-02 10:51:14 +02:00
parent 9e2f8f0393
commit d21981b37c
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.43.1";
version = "1.43.2";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-vYe75R4IjHXuxpUPxGuQh5rWPoyLZ7FYJ1xcZkIz59w=";
hash = "sha256-DUZjbz52GpIHARSzmnaxVMXabFeUyJDhRAp/GRvx/y4=";
};
build-system = [ setuptools ];