From f753eec67708d76686e12acffdeabfe473457815 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 5 Aug 2025 09:13:06 -0400 Subject: [PATCH] maturin: update to 1.9.3. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 6aef7997873..7c9b8f9d7d0 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=1.9.1 +version=1.9.3 revision=1 build_style=python3-pep517 build_helper="qemu rust" @@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford " license="Apache-2.0, MIT" homepage="https://github.com/PyO3/maturin" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=ad374fbf04340083add2a47f3b3acdd809ceea1275d80cb5918cde80940a2fca +checksum=1a4a87224a34a97a4322bd123487e9c6f2d2091bac4fe469618b92a06aad3492 # Tests use unstable features and fail to build make_check=no