[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: awscli: Update to 1.11.35.
From: |
Tobias Geerinckx-Rice |
Subject: |
06/09: gnu: awscli: Update to 1.11.35. |
Date: |
Mon, 2 Jan 2017 08:34:30 +0000 (UTC) |
nckx pushed a commit to branch master
in repository guix.
commit af27e845e1dc450238141733815f8fe62887bc55
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Jan 2 08:19:37 2017 +0100
gnu: awscli: Update to 1.11.35.
* gnu/packages/python.scm (awscli): Update to 1.11.35.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 420873d..2d742f5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8685,14 +8685,14 @@ interface to the Amazon Web Services (AWS) API.")
(define-public awscli
(package
(name "awscli")
- (version "1.11.5")
+ (version "1.11.35")
(source
(origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
- "0lclasm0wnayd3b8zl9l91i32nbgrhh0ncf9lksss4cv0myfwmfg"))))
+ "0k6y8cg311bqak5x9pilg80w6f76dcbzm6xcdrw6rjnk6v4xwy70"))))
(build-system python-build-system)
(propagated-inputs
`(("python-colorama" ,python-colorama)
- branch master updated (0d48ff8 -> 1b5ea09), Tobias Geerinckx-Rice, 2017/01/02
- 01/09: gnu: python-pycparser: Update to 2.17., Tobias Geerinckx-Rice, 2017/01/02
- 06/09: gnu: awscli: Update to 1.11.35.,
Tobias Geerinckx-Rice <=
- 04/09: gnu: python-backports-abc: Update to 0.5., Tobias Geerinckx-Rice, 2017/01/02
- 07/09: gnu: python-mako: Update to 1.0.6., Tobias Geerinckx-Rice, 2017/01/02
- 02/09: gnu: python-pycparser: Use ‘modify-phases’ syntax., Tobias Geerinckx-Rice, 2017/01/02
- 08/09: gnu: python-greenlet: Update to 0.4.11., Tobias Geerinckx-Rice, 2017/01/02
- 03/09: gnu: python-decorator: Update to 4.0.10., Tobias Geerinckx-Rice, 2017/01/02
- 09/09: gnu: python-s3transfer: Update to 0.1.10., Tobias Geerinckx-Rice, 2017/01/02
- 05/09: gnu: python-werkzeug: Update to 0.11.15., Tobias Geerinckx-Rice, 2017/01/02