Merge pull request #182144 from r-ryantm/auto-update/python3.10-aiobotocore

python310Packages.aiobotocore: 2.3.0 -> 2.3.4
This commit is contained in:
Robert Scott 2022-07-20 21:51:04 +01:00 committed by GitHub
commit 9bde9353e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "aiobotocore";
version = "2.3.0";
version = "2.3.4";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-/D09YGFBC8GU0J7FReMLRGnV90dw+TespfaqReYqG/4=";
sha256 = "sha256-ZVTr6ldk9m9L5USk/KoJU+6A5gDde9gYukiT1yvxK/s=";
};
# relax version constraints: aiobotocore works with newer botocore versions