awscli: 1.19.52 -> 1.19.88

This commit is contained in:
Fabian Affolter
2021-06-07 11:07:43 +02:00
parent 037ce7a2fe
commit df67ba8d83
+2 -2
View File
@@ -21,11 +21,11 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli";
version = "1.19.52"; # N.B: if you change this, change botocore and boto3 to a matching version too
version = "1.19.88"; # N.B: if you change this, change botocore and boto3 to a matching version too
src = fetchPypi {
inherit pname version;
sha256 = "sha256-keKyuNeDC/90pn89KjoDTO8AGsmI8nqfDNSeGyM6iHQ=";
sha256 = "sha256-LfWSE3dDTJ0BHcaaY49Nd9RAZgj5b++NFeYhkIfwQX0=";
};
# https://github.com/aws/aws-cli/issues/4837