awscli: 1.18.128 -> 1.18.137

This commit is contained in:
Tim Steinbach 2020-09-14 09:10:36 -04:00
parent 8bf7fe69c5
commit 7f52b1f339
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31

View File

@ -19,11 +19,11 @@ let
in with py.pkgs; buildPythonApplication rec {
pname = "awscli";
version = "1.18.128"; # N.B: if you change this, change botocore to a matching version too
version = "1.18.137"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi {
inherit pname version;
sha256 = "c146c1634edbedc32564c536afcaaaeedc3ecc5aa9db3cf64fe5870c1c1a2a32";
sha256 = "0g745lvmi30di3bbpbca2bkqqzk7g6l3ssmbpi8pvgy0wrfhij69";
};
postPatch = ''