From 95da88c59da9ecf9e71bba21b6a7a2ce16d9dc8d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 23 Jun 2026 01:36:52 +0000 Subject: [PATCH] python3Packages.boto3-stubs: 1.43.34 -> 1.43.35 --- 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 3ace80835e80..41e899f9b040 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.34"; + version = "1.43.35"; pyproject = true; src = fetchPypi { pname = "boto3_stubs"; inherit (finalAttrs) version; - hash = "sha256-K2WABl4eFFaH/VdvFbz1o5lhnI1RIXacilnHhMLdIqw="; + hash = "sha256-JB+j7C6+VhyQ4oHNIG8qr73QwClZ9Wi/TzKuukTLXpE="; }; build-system = [ setuptools ];