Merge pull request #99276 from NeQuissimus/awscli_1_18_150

awscli: 1.18.138 -> 1.18.150
This commit is contained in:
Tim Steinbach
2020-10-14 18:03:34 -04:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

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