From 9e1ce20ae7f5e485569916534d3ddee588c64b67 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 4 Apr 2025 05:14:36 +0000 Subject: [PATCH] python-flit: update to 3.12.0 --- mingw-w64-python-flit/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-flit/PKGBUILD b/mingw-w64-python-flit/PKGBUILD index eb94a83b41..dc41cd45c4 100644 --- a/mingw-w64-python-flit/PKGBUILD +++ b/mingw-w64-python-flit/PKGBUILD @@ -3,7 +3,7 @@ _realname=flit pkgbase=mingw-w64-python-${_realname} pkgname=(${MINGW_PACKAGE_PREFIX}-python-$_realname) -pkgver=3.11.0 +pkgver=3.12.0 pkgrel=1 pkgdesc='Simplified packaging of Python modules (mingw-w64)' arch=('any') @@ -33,7 +33,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-pygments-github-lexers" "${MINGW_PACKAGE_PREFIX}-python-sphinxcontrib-github-alt") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('58d0a07f684c315700c9c54a661a1130995798c3e495db0db53ce6e7d0121825') +sha256sums=('1c80f34dd96992e7758b40423d2809f48f640ca285d0b7821825e50745ec3740') prepare() { cd "${_realname}-${pkgver}"