gnu: python-wcwidth: Update to 0.1.8.

* gnu/packages/python-xyz.scm (python-wcwidth): Update to 0.1.8.
This commit is contained in:
Marius Bakke 2020-01-14 23:29:34 +01:00
parent 28ac442b0e
commit 574a71a7a9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -10291,13 +10291,13 @@ (define-public python2-pykafka
(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")