guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/21: gnu: awscli: Update to 1.14.41.


From: Tobias Geerinckx-Rice
Subject: 03/21: gnu: awscli: Update to 1.14.41.
Date: Mon, 19 Feb 2018 00:07:24 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 331ebb7f94cf8e45b215ba86c4e0032752abe6c3
Author: Tobias Geerinckx-Rice <address@hidden>
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 <address@hidden>
 ;;; Copyright © 2015, 2016, 2017 Leo Famulari <address@hidden>
 ;;; Copyright © 2016 Hartmut Goebel <address@hidden>
-;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2015, 2017 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2015, 2016 Christopher Allan Webber <address@hidden>
 ;;; Copyright © 2017 Adriano Peluso <address@hidden>
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]