guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: python-wcwidth: Update to 0.1.8.


From: guix-commits
Subject: 09/09: gnu: python-wcwidth: Update to 0.1.8.
Date: Tue, 14 Jan 2020 17:52:27 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 574a71a7a9668aa184661c58e1f18a4d4fccd792
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 14 23:29:34 2020 +0100

    gnu: python-wcwidth: Update to 0.1.8.
    
    * gnu/packages/python-xyz.scm (python-wcwidth): Update to 0.1.8.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a4f36c4..3825e30 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10291,13 +10291,13 @@ are optionally backed by a C extension built on 
librdkafka.")
 (define-public python-wcwidth
   (package
     (name "python-wcwidth")
-    (version "0.1.7")
+    (version "0.1.8")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "wcwidth" version))
               (sha256
                (base32
-                "0pn6dflzm609m4r3i8ik5ni9ijjbb5fa3vg1n7hn6vkd49r77wrx"))))
+                "1a1pzds3xzfylm5mnc5f6c1p8kiig0daqjc9gygd9rc3cj53x2zj"))))
     (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]