python3Packages.aioboto3: 15.1.0 -> 15.5.0

https://github.com/terricain/aioboto3/blob/v15.5.0/CHANGELOG.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:31:30 +01:00
parent 9af66d9b4d
commit d5bc831152
@@ -64,7 +64,7 @@ buildPythonPackage rec {
meta = {
description = "Wrapper to use boto3 resources with the aiobotocore async backend";
homepage = "https://github.com/terricain/aioboto3";
changelog = "https://github.com/terricain/aioboto3/blob/${src.rev}/CHANGELOG.rst";
changelog = "https://github.com/terricain/aioboto3/blob/${src.tag}/CHANGELOG.rst";
license = lib.licenses.asl20;
maintainers = [ ];
};