From ff43a656b74d89a9fdeeed5ddf12a0ecbea53a13 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Wed, 18 Jun 2025 21:34:17 +0300 Subject: [PATCH] python-nuitka: update to 2.7.9 --- 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 6ccbe00b04..4aed1005ec 100644 --- a/mingw-w64-python-nuitka/PKGBUILD +++ b/mingw-w64-python-nuitka/PKGBUILD @@ -3,7 +3,7 @@ _realname=nuitka pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.7.7 +pkgver=2.7.9 pkgrel=1 pkgdesc="Python to native compiler (mingw-w64)" arch=('any') @@ -24,7 +24,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=('327e697e1a3eea2608ca7dce228c2d7686d65e38af9907c98646695ba5df9edf') +sha256sums=('26feb16dc860fe913430bcd349815bac8df432a44f6b215bdd3dd775bd887762') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"