python313Packages.boto3-stubs: 1.40.50 -> 1.40.52

This commit is contained in:
Fabian Affolter
2025-10-15 21:19:27 +02:00
parent e04f75e235
commit 4ae0e74c99
@@ -358,13 +358,13 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.40.50";
version = "1.40.52";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-KYKK38uGKbXihUaOuJYQ8fxx+WStCRPeMEmgqdXeC+E=";
hash = "sha256-vSCnvJEiuxuTkZVDG50/VAse8FAQO8FyDXhpYJB0ZP0=";
};
build-system = [ setuptools ];