From 63c1fa8f5d2b77a2ee50131b8ce1ad4ae730058e Mon Sep 17 00:00:00 2001 From: Maksim Bondarenkov Date: Sun, 31 Aug 2025 08:49:36 +0300 Subject: [PATCH] python-setuptools-rust: update to 1.12.0 --- mingw-w64-python-setuptools-rust/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-setuptools-rust/PKGBUILD b/mingw-w64-python-setuptools-rust/PKGBUILD index 0367cc1582..96b7170715 100644 --- a/mingw-w64-python-setuptools-rust/PKGBUILD +++ b/mingw-w64-python-setuptools-rust/PKGBUILD @@ -4,7 +4,7 @@ _realname=setuptools-rust pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.11.1 +pkgver=1.12.0 pkgrel=1 pkgdesc="Compile and distribute Python extensions written in rust as easily as if they were written in C (mingw-w64)" arch=('any') @@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-setuptools-scm") source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz") -sha256sums=('7dabc4392252ced314b8050d63276e05fdc5d32398fc7d3cce1f6a6ac35b76c0') +sha256sums=('d94a93f0c97751c17014565f07bdc324bee45d396cd1bba83d8e7af92b945f0c') prepare() { cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}"