From 1c863f021a7bb03404e2ee3fe22c1cd8d87a64a6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 27 Sep 2024 10:03:13 -0400 Subject: [PATCH] maturin: update to 1.7.4. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 6a0c568e17e..2605e943cc1 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=1.7.1 +version=1.7.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=40259109a3d941237db3dff2f34c5e953904de86410e516c098f824d6160109b +checksum=19edb033a7d744dd2b4722218d9db47dadb633948577f957b44d8c9b8eececc8 # Tests use unstable features and fail to build make_check=no