python3Packages.boto3-stubs: 1.43.0 -> 1.43.1

This commit is contained in:
Fabian Affolter
2026-05-01 09:28:21 +02:00
parent 9e74e7ceec
commit 2cce75eb5d
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.43.0";
version = "1.43.1";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-UMvV5DKbxuOVbWbJz951ul+wVtJGuFuVREtC0Qm5FpU=";
hash = "sha256-vYe75R4IjHXuxpUPxGuQh5rWPoyLZ7FYJ1xcZkIz59w=";
};
build-system = [ setuptools ];