From 0e71806934bc6ae67140441fe336b24aa2f1bba6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 11 May 2026 10:37:47 -0400 Subject: [PATCH] maturin: update to 1.13.3. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 7d17f635cf9..fa5f59b7a4e 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=1.13.1 +version=1.13.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=2bfb3ec1ef1c15163ac006b09f895d17bd7ce0229416be952cd49065842acfc0 +checksum=17d062a73781cf4cd4eb8b0188e8cf037eece711feef0386a22f0975e4e4f34e # Tests use unstable features and fail to build make_check=no