diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-05-26 01:28:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 01:28:42 +0800 |
commit | f17a701722059054030ac76c5c166d00287ac85f (patch) | |
tree | 2dcac177ff37094963a9c2494d921d7e0a8dcc4a | |
parent | ad98bf5d503fd6d4b5f3986805f3a4af6f36d2df (diff) | |
parent | 626c7efda92b9fc386d3e408d72f18bcd9e9d2c7 (diff) |
Merge pull request #21168 from jefferyto/python-poetry-core-1.6.0
python-poetry-core: Update to 1.6.0
-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 6cdb6d285..c39c10203 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.5.2 +PKG_VERSION:=1.6.0 PKG_RELEASE:=1 PYPI_NAME:=poetry-core PYPI_SOURCE_NAME:=poetry_core -PKG_HASH:=c6556c3b1ec5b8668e6ef5a4494726bc41d31907339425e194e78a6178436c14 +PKG_HASH:=a9c7296a12d6c8e4f8aa50a66ef3c967b2b50fba634da144d358e676fad9989f PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE |