From ca02cbe7fb23479082ec94297744e1902d839fdb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 11 Nov 2025 08:36:02 +0100 Subject: [PATCH] python313Packages.botocore-stubs: 1.40.69 -> 1.40.70 --- pkgs/development/python-modules/botocore-stubs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/botocore-stubs/default.nix b/pkgs/development/python-modules/botocore-stubs/default.nix index caae8ea2628b..6bb4b56545c9 100644 --- a/pkgs/development/python-modules/botocore-stubs/default.nix +++ b/pkgs/development/python-modules/botocore-stubs/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "botocore-stubs"; - version = "1.40.69"; + version = "1.40.70"; pyproject = true; src = fetchPypi { pname = "botocore_stubs"; inherit version; - hash = "sha256-MdG7mlFA35uoPW1NZraJmHZyeYUN5Q4oyq3jFSRLCng="; + hash = "sha256-N/lQi+ixzNMBAuNrlzSvfu//q7sBKiQO+hG9BOHMnN4="; }; nativeBuildInputs = [ setuptools ];