~ruther/guix-local

331ebb7f94cf8e45b215ba86c4e0032752abe6c3 — Tobias Geerinckx-Rice 8 years ago 659fef8
gnu: awscli: Update to 1.14.41.

* gnu/packages/python-web.scm (awscli): Update to 1.14.41.
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +3 -3
@@ 14,7 14,7 @@
;;; Copyright © 2015 Cyril Roelandt <tipecaml@gmail.com>
;;; Copyright © 2015, 2016, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2015, 2017 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org>
;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>


@@ 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)