From 77cfb00bfdd974fe1b7d23ab70079ec0de9fc1d5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 13 Mar 2025 21:20:12 +0100 Subject: [PATCH] python313Packages.boto3-stubs: 1.37.11 -> 1.37.12 --- pkgs/development/python-modules/boto3-stubs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/boto3-stubs/default.nix b/pkgs/development/python-modules/boto3-stubs/default.nix index 2cd85cb7858e..a5298179ba3f 100644 --- a/pkgs/development/python-modules/boto3-stubs/default.nix +++ b/pkgs/development/python-modules/boto3-stubs/default.nix @@ -359,7 +359,7 @@ buildPythonPackage rec { pname = "boto3-stubs"; - version = "1.37.11"; + version = "1.37.12"; pyproject = true; disabled = pythonOlder "3.7"; @@ -367,7 +367,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "boto3_stubs"; inherit version; - hash = "sha256-LmLJYT5JYTV3J8fe8PfNONy2AWuOYn45Ao6QV2Pz6h8="; + hash = "sha256-PHl0o8itRkM01+b1oJK5MIy4LyNoPS4lnB2Kfa0nHBc="; }; build-system = [ setuptools ];