diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-11-28 12:09:32 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-11-30 12:58:25 +0800 |
commit | b52fd3aa3a0a6e2b04ea9fc099aaf2894fe88737 (patch) | |
tree | f25077ae9e7ff1a16104dbc625cbb3784a960199 /lang/python/python-setuptools/Makefile | |
parent | c65f7c66eb0638694d60ceea16864a78e5bcc93c (diff) |
python-setuptools: Update to 69.0.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-setuptools/Makefile')
-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 8138a9955..b2ebfa1c6 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.2.2 +PKG_VERSION:=69.0.2 PKG_RELEASE:=1 PYPI_NAME:=setuptools -PKG_HASH:=4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87 +PKG_HASH:=735896e78a4742605974de002ac60562d286fa8051a7e2299445e8e8fbb01aa6 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE |