awscli: 1.18.80 -> 1.18.93

This commit is contained in:
Tim Steinbach 2020-07-06 08:28:09 -04:00
parent 717bee4855
commit 4d9872076c
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.80"; # N.B: if you change this, change botocore to a matching version too
version = "1.18.93"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi {
inherit pname version;
sha256 = "0519rlc0m0888ag7s55lz516vsgif5pws6rzhmclbbw38g4wmb2k";
sha256 = "1kl0sa125k4q4ximg0p9rriz18w90lj3nhc7racqnc3bhig7w1ih";
};
postPatch = ''