From f7e88cbdb02d5a0e12eeb0505110179158977cab Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 21 Apr 2026 09:53:03 +0200 Subject: [PATCH] python3Packages.boto3-stubs: 1.42.91 -> 1.42.92 --- pkgs/development/python-modules/boto3-stubs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/boto3-stubs/default.nix b/pkgs/development/python-modules/boto3-stubs/default.nix index 87a5aa8f3f33..f1e8f78f97c6 100644 --- a/pkgs/development/python-modules/boto3-stubs/default.nix +++ b/pkgs/development/python-modules/boto3-stubs/default.nix @@ -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 ];