py-wcwidth: add 0.2.7 (#40256)

This commit is contained in:
Manuela Kuhn 2023-10-03 13:04:30 +02:00 committed by GitHub
parent 487ea8b263
commit 78e63fa257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,10 @@
class PyWcwidth(PythonPackage):
"""Measures number of Terminal column cells of wide-character codes"""
homepage = "https://github.com/jquast/wcwidth"
pypi = "wcwidth/wcwidth-0.1.7.tar.gz"
version("0.2.7", sha256="1b6d30a98ddd5ce9bbdb33658191fd2423fc9da203fe3ef1855407dcb7ee4e26")
version("0.2.5", sha256="c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83")
version("0.1.7", sha256="3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e")