From d2e56673f39550fdbd3f50d7b78e85d55c99a156 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 16 Nov 2024 09:25:00 -0500 Subject: [PATCH] maturin: update to 1.7.8. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 2605e943cc1..a9ef7f0aa94 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=1.7.4 +version=1.7.8 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=19edb033a7d744dd2b4722218d9db47dadb633948577f957b44d8c9b8eececc8 +checksum=ba17ef703c501613cf561e889ce10aa09f8caa475a34155584fa15a5315b344c # Tests use unstable features and fail to build make_check=no