awscli: update to 1.7.29

Includes updates to bcdoc and botocore.
This commit is contained in:
Benjamin Staffin
2015-05-23 18:29:44 -07:00
parent 3dbdfd0aa8
commit 50cb206cd5
2 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -2,12 +2,12 @@
pythonPackages.buildPythonPackage rec {
name = "awscli-${version}";
version = "1.7.21";
version = "1.7.29";
namePrefix = "";
src = fetchzip {
url = "https://github.com/aws/aws-cli/archive/${version}.tar.gz";
sha256 = "1hm2m5ycsyn4lap8549d6glryp9b9mvar9xwbpmpdcf698lcxzsj";
sha256 = "0r0w5qldimdp2d2ykw7pmppn8chbhh6cm48famhldqnyrh3vrf02";
};
propagatedBuildInputs = [