From 33e1e206d3bce723df7d51ba19e1b3cf753883ea Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 2 Mar 2022 09:07:02 +0200 Subject: [PATCH] python-lxml: bump to version 4.8.0 Signed-off-by: Alexandru Ardelean --- lang/python/python-lxml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-lxml/Makefile b/lang/python/python-lxml/Makefile index e76ca6b9d..123a46fc8 100644 --- a/lang/python/python-lxml/Makefile +++ b/lang/python/python-lxml/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-lxml -PKG_VERSION:=4.7.1 +PKG_VERSION:=4.8.0 PKG_RELEASE:=$(AUTORELEASE) PYPI_NAME:=lxml -PKG_HASH:=a1613838aa6b89af4ba10a0f3a972836128801ed008078f8c1244e65958f1b24 +PKG_HASH:=f63f62fc60e6228a4ca9abae28228f35e1bd3ce675013d1dfb828688d50c6e23 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSES.txt