From 63fcdee74c7b5cbac7ca0cb6d5d1b46d427e9153 Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Thu, 12 Oct 2023 21:43:54 +0200 Subject: [PATCH] python3-texttable: update to version 1.7.0 Signed-off-by: Javier Marcet --- lang/python/python-texttable/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-texttable/Makefile b/lang/python/python-texttable/Makefile index 98f6ec98ea..20fec724cf 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 PKG_LICENSE:=MIT