From 64d81de060c5b8cd868391e2ce0bebe4e3cc08ef Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sat, 6 Sep 2025 17:51:11 +0200 Subject: [PATCH] python-setuptools-rust: update to 1.12.0 (#5612) --- python-setuptools-rust/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-setuptools-rust/PKGBUILD b/python-setuptools-rust/PKGBUILD index abc1a782..3aa74928 100644 --- a/python-setuptools-rust/PKGBUILD +++ b/python-setuptools-rust/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christoph Reiter pkgname=python-setuptools-rust -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." arch=('any') @@ -18,7 +18,7 @@ depends=( ) makedepends=('python-build' 'python-installer' 'python-setuptools-scm') source=(""https://github.com/PyO3/setuptools-rust/archive/refs/tags/v$pkgver.tar.gz"") -sha256sums=('7891482400f8511739f727f4045dcd72b41bf689e4e5b90c97ff98daee5dbe85') +sha256sums=('e6a8f4c4e3c5f0f87b192425572579b7842ea840b1bdda940e751f9d198a3f58') build() { cd "setuptools-rust-$pkgver"