python3Packages.boto3-stubs: 1.42.87 -> 1.42.88

This commit is contained in:
Fabian Affolter
2026-04-11 09:26:08 +02:00
parent 952e3ead72
commit 3c888cd243
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.87";
version = "1.42.88";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-TDhzzDzBsJVgdhaQnezE+aqbujejwh1HNIKA7t+YVmM=";
hash = "sha256-hSFftJOKlNHPg82GMvRq53KLXsiBh9g0aPOTu+ZCNtY=";
};
build-system = [ setuptools ];