From 6c4d9b29d74cd2298c97ebd81ad4db9a0187b491 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 1 Aug 2025 21:19:00 +0200 Subject: [PATCH] python313Packages.boto3-stubs: 1.39.14 -> 1.40.0 --- 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 b503379fb073..1c2e08a4f302 100644 --- a/pkgs/development/python-modules/boto3-stubs/default.nix +++ b/pkgs/development/python-modules/boto3-stubs/default.nix @@ -359,7 +359,7 @@ buildPythonPackage rec { pname = "boto3-stubs"; - version = "1.39.14"; + version = "1.40.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -367,7 +367,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "boto3_stubs"; inherit version; - hash = "sha256-NNiQIr4JdELwK9Tpof51gDy2taP2tHY7tqXr191tfck="; + hash = "sha256-rMdc3VGb1sBtx5xT/GvU/+L3L34uN0rpysEGsfi6XuE="; }; build-system = [ setuptools ];