From 650868906f968a61068bdc334a6a2bbc710bfd9d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 12 Dec 2025 08:51:26 +0100 Subject: [PATCH] python313Packages.botocore-stubs: 1.42.7 -> 1.42.8 --- 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 3ab211caa09b..a161fd01d6ad 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.7"; + version = "1.42.8"; pyproject = true; src = fetchPypi { pname = "botocore_stubs"; inherit version; - hash = "sha256-lR/EHnjhpTtJv+hRG8JOQw7aTGicpgM8ZDaT5WSF5pw="; + hash = "sha256-llbEPc/a35K3qH15l82UGg7WyxETdO2Hns3QfJqzAd0="; }; nativeBuildInputs = [ setuptools ];