From c6972e04f603cbb0dfeb9d91ee2686e8fa030972 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 1 Nov 2025 00:07:43 +0100 Subject: [PATCH] python313Packages.botocore-stubs: 1.40.62 -> 1.40.64 --- 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 7f5b46e65d1d..b219273da754 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.62"; + version = "1.40.64"; pyproject = true; src = fetchPypi { pname = "botocore_stubs"; inherit version; - hash = "sha256-fZXH1kEflCQ/I3cp4NJ8W645GDoHcYPgW2PlKREJF6I="; + hash = "sha256-m6tH000Oxxg+BKM1bj+i3/wRru+oRFs3qzV8cJg4/xQ="; }; nativeBuildInputs = [ setuptools ];