diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-11-28 12:13:06 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-11-30 12:58:35 +0800 |
commit | 72c63100aabea798919cdee3c84a2b022f252f72 (patch) | |
tree | 6346814dc8d315fb99528d00e29975feb07e1d65 | |
parent | b52fd3aa3a0a6e2b04ea9fc099aaf2894fe88737 (diff) |
python-wheel: Update to 0.42.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
-rw-r--r-- | lang/python/python-wheel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-wheel/Makefile b/lang/python/python-wheel/Makefile index 76a1b44bb..28f549b55 100644 --- a/lang/python/python-wheel/Makefile +++ b/lang/python/python-wheel/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-wheel -PKG_VERSION:=0.41.3 +PKG_VERSION:=0.42.0 PKG_RELEASE:=1 PYPI_NAME:=wheel -PKG_HASH:=4d4987ce51a49370ea65c0bfd2234e8ce80a12780820d9dc462597a6e60d0841 +PKG_HASH:=c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt |