mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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:
parent
28ac442b0e
commit
574a71a7a9
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue