From fdff5e2de3655a01969b112e1fea718be5950366 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 27 Aug 2025 09:01:35 -0400 Subject: [PATCH] maturin: update to 1.9.4. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 7c9b8f9d7d0..e26d03ff286 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=1.9.3 +version=1.9.4 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=1a4a87224a34a97a4322bd123487e9c6f2d2091bac4fe469618b92a06aad3492 +checksum=c052ec18498b6dafc727696610a4df49afac54fee29f8020857e301ce2c5f5e0 # Tests use unstable features and fail to build make_check=no