From a2d953a7cbcb4bc4b494bc3c1853afdf8aba47a9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 5 Mar 2024 10:20:29 -0500 Subject: [PATCH] maturin: update to 1.5.0. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 3e26e22d47f..014542bccd0 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=1.4.0 +version=1.5.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=cd2cd3d465619bb997b41594398310e8b257d0c17854a58ca0598efa11e6d698 +checksum=19eacc3befa15ff6302ef08951ed1a0516f5edea5ef1fae7f98fd8bd669610ff # Tests use unstable features and fail to build make_check=no