From 5459f2a62075e07e52844d1715f7d0c1c4b581ba Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Fri, 19 May 2023 18:07:40 +0000 Subject: [PATCH] python-poetry: update to 1.5.0 --- mingw-w64-python-poetry/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-poetry/PKGBUILD b/mingw-w64-python-poetry/PKGBUILD index 8433baedb3..cf3e15d286 100644 --- a/mingw-w64-python-poetry/PKGBUILD +++ b/mingw-w64-python-poetry/PKGBUILD @@ -3,7 +3,7 @@ _realname=poetry pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.4.2 +pkgver=1.5.0 pkgrel=1 pkgdesc="Python dependency management and packaging made easy (mingw-w64)" arch=('any') @@ -41,7 +41,7 @@ depends=( "${MINGW_PACKAGE_PREFIX}-python-urllib3" ) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('0bd580a42482579635e774c5286ef73b8df3427567123cdb128b286cec671b3c') +sha256sums=('4fc7d37cf400739dcfcbb666db97fd74c46eaae119dd6ed9c8d5dd7e32c6f06a') build() { cd "${srcdir}/${_realname}-${pkgver}"