From d0db0d08b50d82de47b5d3f877f2977ee25e626f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 16 Sep 2022 08:05:28 -0400 Subject: [PATCH] maturin: update to 0.13.3. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index cf5039ffb20..d9c4164cf7e 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=0.13.2 +version=0.13.3 revision=1 build_style=python3-module build_helper="qemu rust" @@ -14,7 +14,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.4.tar.gz>target-lexicon-${version}.tar.gz" -checksum="22afa6d4367eed3225a8650604483f13c127df612cb4ed66e074244c2344c668 +checksum="0fa5f2bebaefe706c12db0fbb15a56a74d0b55a44742520114b84afc1507a794 f801dbb02555852e90d56d5a71e73ee42678c1bc583bb62a2970d4158f6ab6de" # Tests use unstable features and fail to build make_check=no