Merge pull request #222655 from r-ryantm/auto-update/python310Packages.aiobotocore

python310Packages.aiobotocore: 2.5.0 -> 2.5.1
This commit is contained in:
Weijia Wang 2023-06-30 10:27:38 +03:00 committed by GitHub
commit 273806b73b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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