From a6d299a1a08d98ade18eadbe8e62b04becee8843 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 4 Jun 2024 13:04:46 -0400 Subject: [PATCH] maturin: update to 1.6.0. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 2a1bb797f0b..df65c850e9a 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=1.5.1 +version=1.6.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=18198cc9421d04933586b9730abcdd80fe3484e209d2b8223aa7dc1f12c4c3fe +checksum=10809d4df85532cb70d9f186117cac8b2d2fa9b03c8f2fb53a8dc8a531f5afeb # Tests use unstable features and fail to build make_check=no