From 820a3fc38601870780c0d18680f7008e286957a0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 25 Apr 2026 10:18:40 +0200 Subject: [PATCH] python3Packages.boto3-stubs: 1.42.95 -> 1.42.96 --- 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 e9d641aa3f6f..38a50181c4e5 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.95"; + version = "1.42.96"; pyproject = true; src = fetchPypi { pname = "boto3_stubs"; inherit (finalAttrs) version; - hash = "sha256-5sPTA/eUY0vj21nWNr/p1Key5ZZjYraRE/PBD6BjcFQ="; + hash = "sha256-HngZw00ero5ePPr50UT9ytZarRhLOASIhx3h0LKFGHk="; }; build-system = [ setuptools ];