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 { buildPythonPackage rec {
pname = "aiobotocore"; pname = "aiobotocore";
version = "2.4.1"; version = "2.4.2";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "aio-libs"; owner = "aio-libs";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-jJ1Yc5vs33vXdSjDFUXhdquz1s7NxzJELQsM3hthhzg="; hash = "sha256-IHVplle73JVLbz9R9uPyleL9Occ723EE9Ogl059TcPg=";
}; };
# Relax version constraints: aiobotocore works with newer botocore versions # Relax version constraints: aiobotocore works with newer botocore versions