python3Packages.boto3-stubs: 1.42.86 -> 1.42.87

This commit is contained in:
Fabian Affolter
2026-04-10 09:28:06 +02:00
parent 92bd828c13
commit 75e5b6e426
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.86";
version = "1.42.87";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-hfwSM39wUj4l8wiFuA/u7PhiOXerpT92cr03pWdHGKM=";
hash = "sha256-TDhzzDzBsJVgdhaQnezE+aqbujejwh1HNIKA7t+YVmM=";
};
build-system = [ setuptools ];