nckx pushed a commit to branch master
in repository guix.
commit 331ebb7f94cf8e45b215ba86c4e0032752abe6c3
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sat Feb 17 22:42:26 2018 +0100
gnu: awscli: Update to 1.14.41.
* gnu/packages/python-web.scm (awscli): Update to 1.14.41.
---
gnu/packages/python-web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2d4a3ce..219b7f9 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2015 Cyril Roelandt <[email protected]>
;;; Copyright © 2015, 2016, 2017 Leo Famulari <[email protected]>
;;; Copyright © 2016 Hartmut Goebel <[email protected]>
-;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2015, 2017 Ben Woodcroft <[email protected]>
;;; Copyright © 2015, 2016 Christopher Allan Webber <[email protected]>
;;; Copyright © 2017 Adriano Peluso <[email protected]>
@@ -1215,14 +1215,14 @@ supports url redirection and retries, and also gzip and
deflate decoding.")
(define-public awscli
(package
(name "awscli")
- (version "1.14.32")
+ (version "1.14.41")
(source
(origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
- "09i82nf43pv5v598wvbj4nk1bfc64wp7xzlx5ykaca5m40lkarz0"))))
+ "0sispclx263lybbk19zp1n9yhg8xxx4jddypzgi24vpjaqnsbwlc"))))
(build-system python-build-system)
(propagated-inputs
`(("python-colorama" ,python-colorama)