From 2d13bddb1b1dd0b9520e20090682f899677069fa Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 29 Jan 2025 07:09:58 +0100 Subject: [PATCH] python313Packages.boto3-stubs: 1.36.7 -> 1.36.8 --- 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 74fca6aab452..502f538739ba 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.36.7"; + version = "1.36.8"; pyproject = true; disabled = pythonOlder "3.7"; @@ -367,7 +367,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "boto3_stubs"; inherit version; - hash = "sha256-GXvbrNOpCFxjEKBvIWFvMPYQPti+Z3BZYmIKxFh7ofs="; + hash = "sha256-8J+hyMYuDd3zvMQFORoSErHe5W1wQ3izg/9A8d3BSNs="; }; build-system = [ setuptools ];