From 452f761ac7b6f5ce3be2149f131fb09f8df17cac Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 6 Jun 2026 09:46:47 +0200 Subject: [PATCH] python3Packages.boto3-stubs: 1.43.23 -> 1.43.24 --- 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 0605328253b2..4f4a83b32fc5 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.43.23"; + version = "1.43.24"; pyproject = true; src = fetchPypi { pname = "boto3_stubs"; inherit (finalAttrs) version; - hash = "sha256-LFAeGxELocL2mFVofNOMqvNDIauRB2eN84A+x4NRBac="; + hash = "sha256-G2CDekAXn2aKay9SBv1nrLS/Y2r/LNQB+E/PZRy0yYg="; }; build-system = [ setuptools ];