From 2a76a6c4d9892d4acb7f295f6c59b966db2a863f Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 31 Mar 2025 14:21:34 +0000 Subject: [PATCH] python-flit-core: update to 3.12.0 --- mingw-w64-python-flit-core/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-flit-core/PKGBUILD b/mingw-w64-python-flit-core/PKGBUILD index 209b075316..3bfed6a34d 100644 --- a/mingw-w64-python-flit-core/PKGBUILD +++ b/mingw-w64-python-flit-core/PKGBUILD @@ -3,7 +3,7 @@ _realname=flit pkgbase=mingw-w64-python-${_realname}-core pkgname=(${MINGW_PACKAGE_PREFIX}-python-$_realname-core) -pkgver=3.11.0 +pkgver=3.12.0 pkgrel=1 pkgdesc='Simplified packaging of Python modules (core backend) (mingw-w64)' arch=('any') @@ -16,7 +16,7 @@ url='https://flit.pypa.io/' license=('spdx:BSD-3-Clause') depends=("${MINGW_PACKAGE_PREFIX}-python") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('58d0a07f684c315700c9c54a661a1130995798c3e495db0db53ce6e7d0121825') +sha256sums=('1c80f34dd96992e7758b40423d2809f48f640ca285d0b7821825e50745ec3740') build() { cd "${_realname}-${pkgver}/flit_core"