From 097c835e178120ee6d61bd47e2027bd6992f93c2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 16 Oct 2025 15:22:08 +0200 Subject: [PATCH] python313Packages.boto3-stubs: 1.40.52 -> 1.40.53 --- 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 f15b3968b201..be9f078d7d05 100644 --- a/pkgs/development/python-modules/boto3-stubs/default.nix +++ b/pkgs/development/python-modules/boto3-stubs/default.nix @@ -358,13 +358,13 @@ buildPythonPackage rec { pname = "boto3-stubs"; - version = "1.40.52"; + version = "1.40.53"; pyproject = true; src = fetchPypi { pname = "boto3_stubs"; inherit version; - hash = "sha256-vSCnvJEiuxuTkZVDG50/VAse8FAQO8FyDXhpYJB0ZP0="; + hash = "sha256-LbtJZCEkoIFdJx3elrnSTNSpCMlrt7483GMbUxaaLZI="; }; build-system = [ setuptools ];