From 626c7efda92b9fc386d3e408d72f18bcd9e9d2c7 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Thu, 25 May 2023 15:30:08 +0800 Subject: [PATCH] python-poetry-core: Update to 1.6.0 Signed-off-by: Jeffery To --- lang/python/python-poetry-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-poetry-core/Makefile b/lang/python/python-poetry-core/Makefile index 6cdb6d285d..c39c10203b 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 -- 2.30.2