awscli -> 1.5.5, botocore -> 0.69.0

This commit is contained in:
Vladimir Kirillov 2014-11-04 19:32:22 +02:00
parent e64d5655e9
commit 049a991bc1
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 =