From ce53e7e5f193415f164b72d741b47e38b8b6e394 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 5 Jan 2022 09:58:16 -0500 Subject: [PATCH] maturin: update to 0.12.6. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index e6dbc2dc238..5ad350f666e 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=0.12.5 +version=0.12.6 revision=1 build_style=cargo build_helper=qemu @@ -17,7 +17,7 @@ homepage="https://github.com/PyO3/maturin" # bump target-lexicon version if it changes in Cargo.lock distfiles="${homepage}/archive/v${version}.tar.gz https://github.com/bytecodealliance/target-lexicon/archive/v0.12.2.tar.gz>target-lexicon-${version}.tar.gz" -checksum="3685b0a90e3032b9993df0506c6293b7abd4adf4d0f2f09b7fdf6a7ced450bf5 +checksum="8642e6a64bd088930e666e930102db57b13bc652cc3498f5c2ddebd6359d059a b6c2ddab7498cf6eab8e637a5b7895f3170b2f9ef989861d1ff33af6c8459b27" # Tests use unstable features and fail to build make_check=no