From 1935e2e1c6f3e8c7c3db83484502130556d2b9d0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 17 May 2023 10:29:43 -0400 Subject: [PATCH] maturin: update to 0.15.2. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index de041d3039f..26dee81cdb7 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=0.15.1 +version=0.15.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=15ab24cc43da24ceca5175847a43ac59b31447b8b545cecca902d219110faee9 +checksum=605cfe879c68295eedcf0e874676c469dab34f293d58c496ad9c99e64da9cc0e # Tests use unstable features and fail to build make_check=no