awscli: 1.27.40 -> 1.27.79

Upgrade to match with botocore version.
This commit is contained in:
Martin Weinelt 2023-03-12 19:08:54 +01:00
parent 704c5f0912
commit 91e11f8f22
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -28,11 +28,11 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli";
version = "1.27.40"; # N.B: if you change this, change botocore and boto3 to a matching version too
version = "1.27.79"; # N.B: if you change this, change botocore and boto3 to a matching version too
src = fetchPypi {
inherit pname version;
hash = "sha256-xP+ugapi6KJE+UokGKmG67ze5dH6nJuJk7BjIr6dtTE=";
hash = "sha256-A3MVM5MV+PTwR4W2ALrqEtMaFtVAEt8yqkd4ZLsvHGE=";
};
# https://github.com/aws/aws-cli/issues/4837