From 5ca3549b55eed7cd4e802da697632c52db348dcb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 30 Oct 2025 20:36:21 +0100 Subject: [PATCH] python313Packages.botocore-stubs: 1.40.61 -> 1.40.62 --- 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 74093bd904cb..7f5b46e65d1d 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.61"; + version = "1.40.62"; pyproject = true; src = fetchPypi { pname = "botocore_stubs"; inherit version; - hash = "sha256-wgjZBmYT1pkMyj623Tovy+8e8CNo5d9nAcXjVzVSf+Q="; + hash = "sha256-fZXH1kEflCQ/I3cp4NJ8W645GDoHcYPgW2PlKREJF6I="; }; nativeBuildInputs = [ setuptools ];