awscli: 1.11.45 -> 1.11.75

also update dependency botocore
This commit is contained in:
Lorenzo Manacorda 2017-04-10 18:56:00 +02:00
parent 1bb8a47803
commit 8d18f67a97

View file

@ -1625,11 +1625,11 @@ in {
awscli = buildPythonPackage rec {
name = "awscli-${version}";
version = "1.11.45";
version = "1.11.75";
namePrefix = "";
src = pkgs.fetchurl {
url = "mirror://pypi/a/awscli/${name}.tar.gz";
sha256 = "0sv9dw4zsra8fm7ddbnwhlh80w534z4h8llz2p8asssaaj5nq2ya";
sha256 = "0bkjyrgb78f29vvr8j2id0386d30w340wrl7krwiha725c9y3pz1";
};
# No tests included
@ -3200,11 +3200,11 @@ in {
};
botocore = buildPythonPackage rec {
version = "1.5.8"; # This version is required by awscli
version = "1.5.38"; # This version is required by awscli
name = "botocore-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/b/botocore/${name}.tar.gz";
sha256 = "1qhrq2l9kvhi3gnrgwqhvy42aqbsk93j8mfr4ixqx18yqgbnylvz";
sha256 = "04cvsi8g8p3r5vr3vr2nb5ldyrsm0y4c2phimabbpk33wv718qyx";
};
propagatedBuildInputs =