botocore, boto3, awscli: 1.12.160->1.12.205, 1.9.160->1.9.205, 1.16.170->1.16.215

This commit is contained in:
Andrew Childs
2019-08-11 16:24:18 +09:00
committed by Frederik Rietdijk
parent a21661b329
commit e60f51e9b4
3 changed files with 6 additions and 6 deletions

View File

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