From 45631717911f4d69b66e15562f33a4ead47325ba Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 6 Mar 2023 08:12:36 -0500 Subject: [PATCH] maturin: update to 0.14.15. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 0fa7d593997..72c397a9483 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=0.14.14 +version=0.14.15 revision=1 create_wrksrc=yes build_style=python3-module @@ -16,7 +16,7 @@ homepage="https://github.com/PyO3/maturin" _tlver="0.12.6" distfiles="${homepage}/archive/v${version}.tar.gz https://github.com/bytecodealliance/target-lexicon/archive/v${_tlver}.tar.gz>target-lexicon-${_tlver}.tar.gz" -checksum="de895e09e1cf609a0f31260b13b240d5a3530616e0ab05b7db01e7812372c2e0 +checksum="60cbf8ff73a36333c3f5483ca679a52169839db381f06683d8e61a6c00c28cf7 0b80ee4cd10c0cd02e64bb2ea0ba376e21c5a3a130c941e58baba1864340c945" # Tests use unstable features and fail to build make_check=no