guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-click: Update to 6.7.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: python-click: Update to 6.7.
Date: Tue, 10 Jan 2017 16:37:13 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit d4acb6db2fa2496b0c058658ea5599cf01f2454b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jan 7 00:50:46 2017 +0100

    gnu: python-click: Update to 6.7.
    
    * gnu/packages/python.scm (python-click): Update to 6.7.
---
 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 2b5c28a..c15a12f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2369,14 +2369,14 @@ is used by the Requests library to verify HTTPS 
requests.")
 (define-public python-click
   (package
     (name "python-click")
-    (version "6.6")
+    (version "6.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "click" version))
        (sha256
         (base32
-         "1sggipyz52crrybwbr9xvwxd4aqigvplf53k9w3ygxmzivd1jsnc"))))
+         "02qkfpykbq35id8glfgwc38yc430427yd05z1wc5cnld8zgicmgi"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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