From 8bf9c058ad2ea630e04e6d8e0f72c9e4a2920530 Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Mon, 20 Sep 2021 22:35:02 +0200 Subject: [PATCH] python3-texttable: update to version 1.6.4 - Fix alignment bug when deco is modified 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 e30569aed6..e93ce00cdc 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.3 +PKG_VERSION:=1.6.4 PKG_RELEASE:=1 PYPI_NAME:=texttable -PKG_HASH:=ce0faf21aa77d806bbff22b107cc22cce68dc9438f97a2df32c93e9afa4ce436 +PKG_HASH:=42ee7b9e15f7b225747c3fa08f43c5d6c83bc899f80ff9bae9319334824076e9 PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=MIT