From 18c8908e82aa1506b2b8ad40d0f46495fc3037b6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:01:31 -0400 Subject: [PATCH] maturin: update to 1.3.0. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 77fe40caecb..38d863d0309 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=1.2.3 +version=1.3.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=61e119a3d9b8f8083b7765236bc52afe779a0c2ae8c3aebc9e52d36560733772 +checksum=bee17a7c744d1f4a30477d4437adba5c97e31e989388a7946be205d0e9bcb9bf # Tests use unstable features and fail to build make_check=no