diff options
author | Javier Marcet <javier@marcet.info> | 2023-10-12 21:43:54 +0200 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-10-14 11:21:21 +0800 |
commit | 63fcdee74c7b5cbac7ca0cb6d5d1b46d427e9153 (patch) | |
tree | c16b4e4af66293ad6e928d83bc269fd800e2f966 /lang/python | |
parent | 5340e9d7d837fc6169206a3af1e2c684c55c1bf7 (diff) |
python3-texttable: update to version 1.7.0
Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/python-texttable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-texttable/Makefile b/lang/python/python-texttable/Makefile index 98f6ec98e..20fec724c 100644 --- a/lang/python/python-texttable/Makefile +++ b/lang/python/python-texttable/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-texttable -PKG_VERSION:=1.6.7 +PKG_VERSION:=1.7.0 PKG_RELEASE:=1 PYPI_NAME:=texttable -PKG_HASH:=290348fb67f7746931bcdfd55ac7584ecd4e5b0846ab164333f0794b121760f2 +PKG_HASH:=2d2068fb55115807d3ac77a4ca68fa48803e84ebb0ee2340f858107a36522638 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> PKG_LICENSE:=MIT |