python3Packages.aiobotocore: 2.12.3 -> 2.13.0

https://github.com/aio-libs/aiobotocore/releases/tag/2.13.0
This commit is contained in:
Martin Weinelt 2024-06-19 05:04:33 +02:00
parent ce1c5d9360
commit 1b23d8d927

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "aiobotocore";
version = "2.12.3";
version = "2.13.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = "aiobotocore";
rev = "refs/tags/${version}";
hash = "sha256-Us94kT7UhTTwMxF63iLLczXZhfr/Z8cJr12DKEphkog=";
hash = "sha256-8fsZCmzjM6JlX3HoRGt7zsezYIXnv411kkHG8rJqMuY=";
};
# Relax version constraints: aiobotocore works with newer botocore versions