3
0
Fork 0
forked from mirrors/nixpkgs

awscli: 1.16.106 -> 1.16.162

This commit is contained in:
PsyanticY 2019-05-21 16:55:40 +01:00
parent 4440b405cd
commit 9ceb3e15fa

View file

@ -33,11 +33,11 @@ let
in py.pkgs.buildPythonApplication rec {
pname = "awscli";
version = "1.16.106"; # N.B: if you change this, change botocore to a matching version too
version = "1.16.162"; # N.B: if you change this, change botocore to a matching version too
src = py.pkgs.fetchPypi {
inherit pname version;
sha256 = "169810cb895ac8608747e81480aebd2712f654ad2e49e1f1315f34d6052d5e2d";
sha256 = "1v5n1klzkysshp73mhrminvkqqqw9mskdaw7xjhpqfrvcdnp60vv";
};
# No tests included