From 28ae7bbd92f9c2da45c27e457169526834eab596 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 28 Jan 2025 12:46:29 +0100 Subject: [PATCH] python313Packages.boto3-stubs: 1.36.6 -> 1.36.7 --- 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 92e73ce6b242..74fca6aab452 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.6"; + version = "1.36.7"; pyproject = true; disabled = pythonOlder "3.7"; @@ -367,7 +367,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "boto3_stubs"; inherit version; - hash = "sha256-9ewaWm7LkpEpA2MRY0gvbOhPCS1bw27Aj3cHAL78zHs="; + hash = "sha256-GXvbrNOpCFxjEKBvIWFvMPYQPti+Z3BZYmIKxFh7ofs="; }; build-system = [ setuptools ];