diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-09-11 11:21:39 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-09-14 21:38:03 +0800 |
commit | e309346104ed9303f68d253141ae00f790e0d71e (patch) | |
tree | eb769267a769d3414e192082ab95ec17bd33857a /lang/python | |
parent | 21eb9b7456d0137383e8f41fccaa21bf55046b61 (diff) |
python-setuptools: Update to 68.2.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/python-setuptools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-setuptools/Makefile b/lang/python/python-setuptools/Makefile index 5cbd64039..08cb7124f 100644 --- a/lang/python/python-setuptools/Makefile +++ b/lang/python/python-setuptools/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-setuptools -PKG_VERSION:=68.1.2 +PKG_VERSION:=68.2.0 PKG_RELEASE:=1 PYPI_NAME:=setuptools -PKG_HASH:=3d4dfa6d95f1b101d695a6160a7626e15583af71a5f52176efa5d39a054d475d +PKG_HASH:=00478ca80aeebeecb2f288d3206b0de568df5cd2b8fada1209843cc9a8d88a48 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE |