awscli: 1.33.11 -> 1.33.13

https://github.com/aws/aws-cli/blob/1.33.13/CHANGELOG.rst
This commit is contained in:
Martin Weinelt 2024-08-09 02:38:36 +02:00
parent 47ceed47b1
commit c7268a2aa9
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -13,12 +13,12 @@ let
pname = "awscli";
# N.B: if you change this, change botocore and boto3 to a matching version too
# check e.g. https://github.com/aws/aws-cli/blob/1.33.21/setup.py
version = "1.33.11";
version = "1.33.13";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Q8qtGChOnscOm7m3s7bWwUFmrUwMua9N6uz1Lyc8QIY=";
hash = "sha256-utRALEoP+CWlmkPnbgByFSSX9Nr39iyTdv5uABT6Kps=";
};
pythonRelaxDeps = [