From c96c8b13669aefe74f771505b50aedcbc91eb63c Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Sun, 2 Feb 2025 10:07:19 +0300 Subject: [PATCH] python-nuitka: update to 2.6.2 --- mingw-w64-python-nuitka/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-nuitka/PKGBUILD b/mingw-w64-python-nuitka/PKGBUILD index 1485e1580f..8eb4b2807d 100644 --- a/mingw-w64-python-nuitka/PKGBUILD +++ b/mingw-w64-python-nuitka/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=2.6.1 +pkgver=2.6.2 pkgrel=1 pkgdesc="Python to native compiler (mingw-w64)" arch=('any') @@ -27,7 +27,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" optdepends=("${MINGW_PACKAGE_PREFIX}-ccache: Provides build caching") options=('!strip') source=("https://pypi.org/packages/source/N/${_realname^}/${_realname^}-${pkgver}.tar.gz") -sha256sums=('a517fb047fde7a37e6dec49d4d12161ef3c49f3d548673b5101481b68de4d2f5') +sha256sums=('4557b4fa1c2c0a67c8ac3fb96bb76c0566faf419269cc328304a7fbd4eadf7c5') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"