From d174433e53cd0b7013f126320263e7ebeaaca604 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 9 Jul 2026 12:08:13 +0200 Subject: [PATCH] python3Packages.boto3-stubs: 1.43.42 -> 1.43.44 --- 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 0566b06f7bfa..74de4d6be443 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.42"; + version = "1.43.44"; pyproject = true; src = fetchPypi { pname = "boto3_stubs"; inherit (finalAttrs) version; - hash = "sha256-9RdnhWI4e8VPhyAG4pvH9EcvGWIp8Yi0KYEi4u4j/Lc="; + hash = "sha256-2IW6C67AiegUCu/m+E5LESwJC7Q6i0Lh1jAprHnsSDs="; }; build-system = [ setuptools ];