awscli: 1.18.195 -> 1.18.197

This commit is contained in:
Tim Steinbach 2020-12-16 10:20:34 -05:00
parent 8592b6332f
commit 091583f47c
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31

View File

@ -28,11 +28,11 @@ let
in with py.pkgs; buildPythonApplication rec {
pname = "awscli";
version = "1.18.195"; # N.B: if you change this, change botocore to a matching version too
version = "1.18.197"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi {
inherit pname version;
sha256 = "1969rzcqj3k81k0wbvq8fpklx1z9vjh6db7i81mkbqqfkjm9pq2k";
sha256 = "0m73ks5ans135vrwmbd4fpbmi7mgiqj0dmlx4ximk0jh7hbl7rcb";
};
postPatch = ''