awscli: 1.18.74 -> 1.18.80

This commit is contained in:
Florian Klink 2020-06-16 17:15:49 +02:00
parent 19a01f3b5c
commit aa1c7dc77e

View File

@ -19,15 +19,15 @@ let
in with py.pkgs; buildPythonApplication rec { in with py.pkgs; buildPythonApplication rec {
pname = "awscli"; pname = "awscli";
version = "1.18.74"; # N.B: if you change this, change botocore to a matching version too version = "1.18.80"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1681945m9wxzqx4yv09zxskkbs2fd8rz1r3krjpwrpar3iiq1nmj"; sha256 = "0519rlc0m0888ag7s55lz516vsgif5pws6rzhmclbbw38g4wmb2k";
}; };
postPatch = '' postPatch = ''
substituteInPlace setup.py --replace ",<0.16" "" substituteInPlace setup.py --replace "docutils>=0.10,<0.16" "docutils>=0.10"
''; '';
# No tests included # No tests included