guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: python-wcwidth: Update to 0.1.7.


From: Tobias Geerinckx-Rice
Subject: 03/11: gnu: python-wcwidth: Update to 0.1.7.
Date: Tue, 21 Mar 2017 21:02:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9e59478f8d0a2315073097fb47adcae17c73877a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jan 31 01:34:35 2017 +0100

    gnu: python-wcwidth: Update to 0.1.7.
    
    * gnu/packages/python.scm (python-wcwidth): Update to 0.1.7.
    [source]: Use pypi-uri.
---
 gnu/packages/python.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9605b97..9bb3ce6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11175,17 +11175,14 @@ are optionally backed by a C extension built on 
librdkafka.")
 (define-public python-wcwidth
  (package
   (name "python-wcwidth")
-  (version "0.1.6")
+  (version "0.1.7")
   (source
     (origin
       (method url-fetch)
-      (uri (string-append
-             "https://pypi.python.org/packages/";
-             
"c2/d1/7689293086a8d5320025080cde0e3155b94ae0a7496fb89a3fbaa92c354a/"
-             "wcwidth-" version ".tar.gz"))
+      (uri (pypi-uri "wcwidth" version))
       (sha256
         (base32
-          "02wjrpf001gjdjsaxxbzcwfg19crlk2dbddayrfc2v06f53yrcyw"))))
+          "0pn6dflzm609m4r3i8ik5ni9ijjbb5fa3vg1n7hn6vkd49r77wrx"))))
   (build-system python-build-system)
   (home-page "https://github.com/jquast/wcwidth";)
   (synopsis "Measure number of terminal column cells of wide-character codes")



reply via email to

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