From 3aa2c4babb3554e5028e993d2d4f18c789213954 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 1 Jul 2025 09:45:34 -0400 Subject: [PATCH] maturin: update to 1.9.0. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 8cf027ae38f..cd7c0b31e9a 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=1.8.7 +version=1.9.0 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=7fae57e8f14ea469c904f190774dd3c68a70fbc4c87b6a778b3e950e44cb8c24 +checksum=84a74988960a19f4e6ffa6f3a349803403496ced10dd3ff83baf4feed88c3fd8 # Tests use unstable features and fail to build make_check=no