python313Packages.boto3-stubs: 1.40.52 -> 1.40.53

This commit is contained in:
Fabian Affolter
2025-10-16 15:22:08 +02:00
parent 1e3ac43e3f
commit 097c835e17
@@ -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 ];