python312Packages.aiobotocore: 2.13.0 -> 2.13.1

https://github.com/aio-libs/aiobotocore/releases/tag/2.13.1
This commit is contained in:
Martin Weinelt
2024-08-09 14:48:20 +02:00
parent 4f1600f97d
commit 47ceed47b1
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "aiobotocore";
version = "2.13.0";
version = "2.13.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = "aiobotocore";
rev = "refs/tags/${version}";
hash = "sha256-8fsZCmzjM6JlX3HoRGt7zsezYIXnv411kkHG8rJqMuY=";
hash = "sha256-tSxCRms/YstYXWCJWirzhf87ZH4WUav/n7QfMvBwj2s=";
};
# Relax version constraints: aiobotocore works with newer botocore versions