~ruther/guix-local

3f9a4eaf92c7a4197ce3a23ee8ac5968f80b6431 — Tobias Geerinckx-Rice 8 years ago 46841c0
gnu: awscli: Update to 1.11.151.

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

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 9990,14 9990,14 @@ interface to the Amazon Web Services (AWS) API.")
(define-public awscli
  (package
   (name "awscli")
   (version "1.11.63")
   (version "1.11.151")
   (source
    (origin
     (method url-fetch)
     (uri (pypi-uri name version))
     (sha256
      (base32
       "1r8aqv8w27k76lcsfk83w6qw9lz8gk2ibzwacp5wjhpp2gik911m"))))
       "0h6rirbfy0f9cxm7ikll0kr720dircfmxf2vslmhn4n325831wsp"))))
   (build-system python-build-system)
   (propagated-inputs
    `(("python-colorama" ,python-colorama)