awscli: 1.18.197 -> 1.18.198

This commit is contained in:
Tim Steinbach 2020-12-17 08:57:03 -05:00
parent 312d836e45
commit 6a42069f9c
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 { in with py.pkgs; buildPythonApplication rec {
pname = "awscli"; pname = "awscli";
version = "1.18.197"; # N.B: if you change this, change botocore to a matching version too version = "1.18.198"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0m73ks5ans135vrwmbd4fpbmi7mgiqj0dmlx4ximk0jh7hbl7rcb"; sha256 = "0zcjx2gh9s1mak9cc9bmydg0f68id4rwhhpcaqqkcd3p37swyr2b";
}; };
postPatch = '' postPatch = ''