diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2022-06-15 11:10:35 +0300 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2022-06-19 09:03:03 +0200 |
commit | 7fddb0b6fb947307149c36c21596bcb30d3dfdc0 (patch) | |
tree | 0644a92ce1ecd7cf8cf97ab9403a1470bf53f366 | |
parent | 695e0dbaa43aac589f4c2044fa77ced1055c89b7 (diff) |
lxml: bump to version 4.9.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
-rw-r--r-- | lang/python/python-lxml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-lxml/Makefile b/lang/python/python-lxml/Makefile index 123a46fc8..4f84e20df 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.8.0 +PKG_VERSION:=4.9.0 PKG_RELEASE:=$(AUTORELEASE) PYPI_NAME:=lxml -PKG_HASH:=f63f62fc60e6228a4ca9abae28228f35e1bd3ce675013d1dfb828688d50c6e23 +PKG_HASH:=520461c36727268a989790aef08884347cd41f2d8ae855489ccf40b50321d8d7 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSES.txt |