awscli: 1.16.72 -> 1.16.89

This commit is contained in:
Tim Steinbach 2019-01-16 09:51:42 -05:00
parent 605ff87209
commit 80a140c799
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1

View File

@ -19,11 +19,11 @@ let
in py.pkgs.buildPythonApplication rec { in py.pkgs.buildPythonApplication rec {
pname = "awscli"; pname = "awscli";
version = "1.16.72"; # N.B: if you change this, change botocore to a matching version too version = "1.16.89"; # N.B: if you change this, change botocore to a matching version too
src = py.pkgs.fetchPypi { src = py.pkgs.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1ld4a6yxnh0v96fjjp8wjf7zvx41grl57mqg92p6zbfssr2jbqfv"; sha256 = "1i2f8nx8w6150jws0b732pvh8s5r6wq9yvv2m0a2k7cz1ihnzkxd";
}; };
# No tests included # No tests included