From 0b3ef5d9d87b591d94e4d962bfb52c26a92e4a0c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 13 Nov 2025 22:07:26 +0100 Subject: [PATCH] python313Packages.botocore-stubs: 1.40.71 -> 1.40.73 --- 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 5d53bac274ca..ae2b40a8a998 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.71"; + version = "1.40.73"; pyproject = true; src = fetchPypi { pname = "botocore_stubs"; inherit version; - hash = "sha256-ZSTMukNSKe3UakY7vT6nx5W1ckRGlTGDlTN62i1AWwc="; + hash = "sha256-i9UrmWP3DR0q4Z3CMy0X1K2oqlnBbHnDsq/LwUBdryw="; }; nativeBuildInputs = [ setuptools ];