From 13f40e9db4ab9276aad79ff8b451fbf59394b2f2 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Wed, 6 Sep 2023 06:11:43 +0000 Subject: [PATCH] python-wheel: update to 0.41.2 --- mingw-w64-python-wheel/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-wheel/PKGBUILD b/mingw-w64-python-wheel/PKGBUILD index f58acc51de..9c547ae412 100644 --- a/mingw-w64-python-wheel/PKGBUILD +++ b/mingw-w64-python-wheel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=0.41.1 +pkgver=0.41.2 pkgrel=1 pkgdesc="A built-package format for Python (mingw-w64)" arch=('any') @@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-flit-core") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('12b911f083e876e10c595779709f8a88a59f45aacc646492a67fe9ef796c1b47') +sha256sums=('0c5ac5ff2afb79ac23ab82bab027a0be7b5dbcf2e54dc50efe4bf507de1f7985') prepare() { cd "${srcdir}"/${_realname}-${pkgver}