diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-05-17 15:11:08 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2023-05-17 15:11:08 +0800 |
commit | fdc320dc0caf18b77620e66f22ccb29494c95d05 (patch) | |
tree | 8d1bfebac384d8665815bb6bdb0a94695163f4fa /lang/python/python-hatchling | |
parent | 6c6d8fe5420a1fc88797f406e4483d743b87ac60 (diff) |
python-hatchling: Update to 1.17.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-hatchling')
-rw-r--r-- | lang/python/python-hatchling/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-hatchling/Makefile b/lang/python/python-hatchling/Makefile index 661d62611..76ca4fc1a 100644 --- a/lang/python/python-hatchling/Makefile +++ b/lang/python/python-hatchling/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-hatchling -PKG_VERSION:=1.14.1 +PKG_VERSION:=1.17.0 PKG_RELEASE:=1 PYPI_NAME:=hatchling -PKG_HASH:=55fbc88cbd0d96c09c3e9392b51db513fd4cb4caf47615d65f935a5ef1756133 +PKG_HASH:=b1244db3f45b4ef5a00106a46612da107cdfaf85f1580b8e1c059fefc98b0930 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt |