python3Packages.boto3-stubs: 1.42.91 -> 1.42.92

This commit is contained in:
Fabian Affolter
2026-04-21 09:53:03 +02:00
parent f1cc92d1cf
commit f7e88cbdb0
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.91";
version = "1.42.92";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-J3424exTCrajFkdSPf70DgfQsGVDG+blQ2OiQ/eL+rs=";
hash = "sha256-S8k0BpxejHs83SRCVp2uFOgnL+IH1EW9OKpXi4RjY48=";
};
build-system = [ setuptools ];