From 7f3874648ec5bf9ba220e45da5bbdff3f9896029 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 25 Dec 2025 18:28:29 +0100 Subject: [PATCH] python313Packages.botocore-stubs: 1.42.14 -> 1.42.16 --- 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 dd1c9b3a6a90..bc6a6f5620bf 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.42.14"; + version = "1.42.16"; pyproject = true; src = fetchPypi { pname = "botocore_stubs"; inherit version; - hash = "sha256-Y1GS+1EOWbb0aEPJiTApuP04e3CJ7HL3AAYzFqZ7uxQ="; + hash = "sha256-vyXONHTaLc92QUyV3yKoTcD30MzvYWkU1D0XqBMDF/0="; }; nativeBuildInputs = [ setuptools ];