From 5582377d93d66bfa00014b4698f3a8abc86803be Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 14 Nov 2023 08:22:33 -0500 Subject: [PATCH] maturin: update to 1.3.2. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 14910436593..8d2c16d6a01 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=1.3.1 +version=1.3.2 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=9e4f6cf2b5127103042d7319e9cbeee3df5b429c3c29b930fd360cbf8da84828 +checksum=4506920ebe88401de129b5d5579c433ba0702192aa0e0537f97520d3719c4d2c # Tests use unstable features and fail to build make_check=no