From 741b731cabed73d4a9d5b907085f43b2683c2bb0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Mar 2025 07:03:19 +0100 Subject: [PATCH] python313Packages.botocore-stubs: 1.37.18 -> 1.37.19 --- 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 d28e06f87e5f..f43daa5f0e14 100644 --- a/pkgs/development/python-modules/botocore-stubs/default.nix +++ b/pkgs/development/python-modules/botocore-stubs/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "botocore-stubs"; - version = "1.37.18"; + version = "1.37.19"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "botocore_stubs"; inherit version; - hash = "sha256-k3ybeH5PeEAZ8yH6HYilBZZcJfQl6BC95F4jt8pWQoI="; + hash = "sha256-2Pz5QdEP+a9xz3pL2ksuT0WNeA98aR+TgRoTDWNpY/E="; }; nativeBuildInputs = [ setuptools ];