guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-click: Update to 6.2.


From: Efraim Flashner
Subject: 02/02: gnu: python-click: Update to 6.2.
Date: Tue, 15 Dec 2015 16:33:03 +0000

efraim pushed a commit to branch master
in repository guix.

commit 5bd88cf1e3ebca19dccd68129258e8f365b2ae3c
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 15 13:10:34 2015 +0200

    gnu: python-click: Update to 6.2.
    
    * gnu/packages/python.scm (python-click): Update to 6.2.
    [source]: Change to pypi syntax.
---
 gnu/packages/python.scm |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index fd8c4fc..6a05101 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2127,15 +2127,13 @@ is used by the Requests library to verify HTTPS 
requests.")
 (define-public python-click
   (package
     (name "python-click")
-    (version "4.0")
+    (version "6.2")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/c/click/click-";
-             version ".tar.gz"))
+         (uri (pypi-uri "click" version))
        (sha256
-        (base32 "0294x9g28w6zgswl0rsygkwi0wf6n480gf7fiiw5f9az3xhh77pl"))))
+        (base32 "10kavbisnk9m93jl2wi34pw7ryr2qbxshh2cysxwxd7bymqgz87v"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-setuptools" ,python-setuptools)))



reply via email to

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