From 9fd48c43b1f10841e7df53548386eea33a17ea3f Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Fri, 16 Dec 2022 15:34:25 +0100 Subject: [PATCH] python3-texttable: update to version 1.6.7 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 e93ce00c..98f6ec98 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.4 +PKG_VERSION:=1.6.7 PKG_RELEASE:=1 PYPI_NAME:=texttable -PKG_HASH:=42ee7b9e15f7b225747c3fa08f43c5d6c83bc899f80ff9bae9319334824076e9 +PKG_HASH:=290348fb67f7746931bcdfd55ac7584ecd4e5b0846ab164333f0794b121760f2 PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=MIT