From a89a89d80de0fe80dd177d68fcb67d2d437911cf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 8 Dec 2021 08:22:15 -0500 Subject: [PATCH] maturin: update to 0.12.4. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 1556fa8f98c..6db10055fd3 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=0.12.3 +version=0.12.4 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="9a6ee17bdee33aa319941ca5000016397a2d5343a17341406150c4015aa81b75 +checksum="5a636c2f5b08654c09d50f429179d1fe93449474db503100a55b85adbad67dfc b6c2ddab7498cf6eab8e637a5b7895f3170b2f9ef989861d1ff33af6c8459b27" # Tests use unstable features and fail to build make_check=no