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
1 changed files with 2 additions and 2 deletions

View File

@ -28,11 +28,11 @@ let
in with py.pkgs; buildPythonApplication rec {
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 {
inherit pname version;
sha256 = "0zcjx2gh9s1mak9cc9bmydg0f68id4rwhhpcaqqkcd3p37swyr2b";
sha256 = "09ncnglxy3ph0i4zh93cxgwsxy3hgsy6pvnln1845p2nwvjsw434";
};
postPatch = ''