python310Packages.aiobotocore: 2.4.2 -> 2.5.0

Diff: https://github.com/aio-libs/aiobotocore/compare/refs/tags/2.4.2...2.5.0

Changelog: https://github.com/aio-libs/aiobotocore/releases/tag/2.5.0
This commit is contained in:
Fabian Affolter 2023-06-14 22:54:30 +02:00
parent 9f9f5dde5c
commit 2d154f2996

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aiobotocore";
version = "2.4.2";
version = "2.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-IHVplle73JVLbz9R9uPyleL9Occ723EE9Ogl059TcPg=";
hash = "sha256-OWIhjZhrjvbjQg6tzZm0aoKiErWBazzbGHpChkJHjbU=";
};
# Relax version constraints: aiobotocore works with newer botocore versions