awscli: 1.18.198 -> 1.18.199

This commit is contained in:
Tim Steinbach 2020-12-18 10:11:58 -05:00
parent 081cbe2ed9
commit fd1cc29974
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.198"; # N.B: if you change this, change botocore to a matching version too version = "1.18.199"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0zcjx2gh9s1mak9cc9bmydg0f68id4rwhhpcaqqkcd3p37swyr2b"; sha256 = "09ncnglxy3ph0i4zh93cxgwsxy3hgsy6pvnln1845p2nwvjsw434";
}; };
postPatch = '' postPatch = ''