From ac59c69237d8be99c66134f535c96f40c0bee9c9 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 5 Jun 2023 15:17:17 +0800 Subject: [PATCH] python-poetry-core: Update to 1.6.1 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 c39c10203b..0635e865ab 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.0 +PKG_VERSION:=1.6.1 PKG_RELEASE:=1 PYPI_NAME:=poetry-core PYPI_SOURCE_NAME:=poetry_core -PKG_HASH:=a9c7296a12d6c8e4f8aa50a66ef3c967b2b50fba634da144d358e676fad9989f +PKG_HASH:=0f9b0de39665f36d6594657e7d57b6f463cc10f30c28e6d1c3b9ff54c26c9ac3 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -- 2.30.2