botocore, boto3, awscli: 1.12.152->1.12.160, 1.9.152->1.9.160, 1.16.162->1.16.170

This commit is contained in:
Joel Thompson
2019-06-04 15:24:36 -04:00
parent 22039a182e
commit 49ddc4e6c6
3 changed files with 6 additions and 6 deletions

View File

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