From efe4808c55d7806d34bc9bd1f815ed0f6e9ef2b9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 8 Feb 2025 20:19:32 -0500 Subject: [PATCH] maturin: update to 1.8.2. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index e9dbee2e88e..23b841b902b 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=1.8.1 +version=1.8.2 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=8ddaf1655509ae079406635654cbc0c73d622e7c2a537f2465a83e8021dd0cc4 +checksum=204f22de5c56a3d599f427344e7389270d71ea183bcc0c719c3725931459180b # Tests use unstable features and fail to build make_check=no