Merge pull request #4832 from proger/awscli-1.5.5

awscli -> 1.5.5
This commit is contained in:
Rickard Nilsson 2014-11-04 18:48:22 +01:00
commit 9123a57e16
2 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@
pythonPackages.buildPythonPackage rec {
name = "awscli-${version}";
version = "1.5.3";
version = "1.5.5";
namePrefix = "";
src = fetchurl {
url = "https://github.com/aws/aws-cli/archive/${version}.tar.gz";
sha256 = "058lc4qj4xkjha9d1b5wrk2ca3lqfb9b45sb7czv0k1nwc0fciq1";
sha256 = "1xqaav4g07jzv8i4hkf52dimgmc0zv0fj9rbvz5kiln8470qzifw";
};
propagatedBuildInputs = [

View File

@ -1011,12 +1011,12 @@ let
};
botocore = buildPythonPackage rec {
version = "0.67.0";
version = "0.69.0";
name = "botocore-${version}";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/b/botocore/${name}.tar.gz";
md5 = "193fe828525af4ae58e04bd172dc355f";
md5 = "b71fe35ee01e636b54de28f1f875f084";
};
propagatedBuildInputs =