From da2a2f4b300dd4cc72fd22ad5744cd648bc9d68e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 6 Feb 2023 11:32:11 -0500 Subject: [PATCH] maturin: update to 0.14.12. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 236bf50a72d..a24314a84c5 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=0.14.10 +version=0.14.12 revision=1 create_wrksrc=yes build_style=python3-module @@ -16,7 +16,7 @@ homepage="https://github.com/PyO3/maturin" _tlver="0.12.5" distfiles="${homepage}/archive/v${version}.tar.gz https://github.com/bytecodealliance/target-lexicon/archive/v${_tlver}.tar.gz>target-lexicon-${_tlver}.tar.gz" -checksum="8fc9bcdcb7f1535d5e3e8bb500c348ca1bff5a6dce87b0ab7dbc5a49723da28a +checksum="b1b665ffdfe6fa7f6f7e3ee2b7c3927567dbebea704141ab30dae3a88aba82be efc488676998ea73d107b0c2632cc71baff91b5ea95abb6064b48a09edc233f9" # Tests use unstable features and fail to build make_check=no