python/python3-wcwidth: Updated for version 0.1.9.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-04-04 11:12:34 -07:00 committed by Willy Sudiarto Raharjo
parent efbbe85805
commit 394e30b437
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python3-wcwidth
VERSION=${VERSION:-0.1.8}
VERSION=${VERSION:-0.1.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-wcwidth"
VERSION="0.1.8"
VERSION="0.1.9"
HOMEPAGE="https://github.com/jquast/wcwidth"
DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wcwidth/wcwidth-0.1.8.tar.gz"
MD5SUM="dc6677d099e6f49c0f6fbc310de261e9"
DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wcwidth/wcwidth-0.1.9.tar.gz"
MD5SUM="b32584cd6084b4a8c81df13a2a6b4351"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"