Merge pull request #207743 from r-ryantm/auto-update/python3.9-aiobotocore

python39Packages.aiobotocore: 2.4.1 -> 2.4.2
This commit is contained in:
Fabian Affolter 2022-12-26 09:10:36 +01:00 committed by GitHub
commit 589c8e280f
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.4.1";
version = "2.4.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-jJ1Yc5vs33vXdSjDFUXhdquz1s7NxzJELQsM3hthhzg=";
hash = "sha256-IHVplle73JVLbz9R9uPyleL9Occ723EE9Ogl059TcPg=";
};
# Relax version constraints: aiobotocore works with newer botocore versions