diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-08-21 12:03:56 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-08-24 17:21:35 +0800 |
commit | bc32e54713361dd6c3c8d676ee7b78c7eecb65eb (patch) | |
tree | e35cf7bbb82d83f42364011f2b14a913b48343f3 /lang/python/python-poetry-core | |
parent | dd5146b2089a779e5e3dad7d63a2127af5ac8e86 (diff) |
python-poetry-core: Update to 1.7.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-poetry-core')
-rw-r--r-- | lang/python/python-poetry-core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-poetry-core/Makefile b/lang/python/python-poetry-core/Makefile index 0635e865a..3bcb1d9ca 100644 --- a/lang/python/python-poetry-core/Makefile +++ b/lang/python/python-poetry-core/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-poetry-core -PKG_VERSION:=1.6.1 +PKG_VERSION:=1.7.0 PKG_RELEASE:=1 PYPI_NAME:=poetry-core PYPI_SOURCE_NAME:=poetry_core -PKG_HASH:=0f9b0de39665f36d6594657e7d57b6f463cc10f30c28e6d1c3b9ff54c26c9ac3 +PKG_HASH:=8f679b83bd9c820082637beca1204124d5d2a786e4818da47ec8acefd0353b74 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE |