awscli: 1.17.13 -> 1.18.56

This commit is contained in:
Frederik Rietdijk 2020-05-10 09:42:05 +02:00
parent 4baf5ef8d0
commit fa58b9ddf8

View File

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