From ece3410cf233cc710292e99b01d551a41ff12e5c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 24 Oct 2023 09:43:36 -0400 Subject: [PATCH] maturin: update to 1.3.1. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 38d863d0309..14910436593 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=1.3.0 +version=1.3.1 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=bee17a7c744d1f4a30477d4437adba5c97e31e989388a7946be205d0e9bcb9bf +checksum=9e4f6cf2b5127103042d7319e9cbeee3df5b429c3c29b930fd360cbf8da84828 # Tests use unstable features and fail to build make_check=no