diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2021-03-29 09:49:47 +0300 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2021-03-29 09:49:47 +0300 |
commit | 89a6254b0a81106a04edab9734051e4f182067df (patch) | |
tree | 1f99d29d947a2af560cee5dd745630213b0a222b | |
parent | 5d00d670b2fd9e5f749783e39cde49e403db9f59 (diff) |
python-lxml: bump to version 4.6.3
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 ce0ab508e..d5345c98d 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.6.2 +PKG_VERSION:=4.6.3 PKG_RELEASE:=1 PYPI_NAME:=lxml -PKG_HASH:=cd11c7e8d21af997ee8079037fff88f16fda188a9776eb4b81c7e4c9c0a7d7fc +PKG_HASH:=39b78571b3b30645ac77b95f7c69d1bffc4cf8c3b157c435a34da72e78c82468 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSES.txt |