python3Packages.boto3-stubs: 1.42.97 -> 1.43.0

This commit is contained in:
Fabian Affolter
2026-04-30 08:54:13 +02:00
parent 0c806abe0f
commit 50c9db7cb0
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.97";
version = "1.43.0";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-9/R3WwhR/22w4/sJcGSvZDfk3jG3l9h0pzcQSZjgKMY=";
hash = "sha256-UMvV5DKbxuOVbWbJz951ul+wVtJGuFuVREtC0Qm5FpU=";
};
build-system = [ setuptools ];