awscli: 1.16.215 -> 1.16.261

This commit is contained in:
Frederik Rietdijk 2019-10-17 10:22:32 +02:00
parent 21e178a1fe
commit b5623ef56f

View file

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