awscli: 1.18.199 -> 1.18.200

This commit is contained in:
Tim Steinbach 2020-12-21 10:42:07 -05:00
parent ff6ef5bcbc
commit b4c59d6ab1
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.199"; # N.B: if you change this, change botocore to a matching version too version = "1.18.200"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "09ncnglxy3ph0i4zh93cxgwsxy3hgsy6pvnln1845p2nwvjsw434"; sha256 = "sha256-UgG9fY7WqHMHpJYXQ7VEkiv9htcqP36OVXlE95eWsZg=";
}; };
postPatch = '' postPatch = ''