From 08e180f0baa1d639011cdcea6be62145525f3440 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Feb 2023 11:01:54 -0500 Subject: [PATCH] maturin: update to 0.14.14. --- srcpkgs/maturin/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 732b783d85d..0fa7d593997 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=0.14.13 +version=0.14.14 revision=1 create_wrksrc=yes build_style=python3-module @@ -13,11 +13,11 @@ maintainer="Andrew J. Hesford " license="Apache-2.0, MIT" homepage="https://github.com/PyO3/maturin" # bump target-lexicon version if it changes in Cargo.lock -_tlver="0.12.5" +_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="6e29f6386c0d5a8d5c52d725a79e321f0438d0a855fc92effc7a0b4a7d93586c - efc488676998ea73d107b0c2632cc71baff91b5ea95abb6064b48a09edc233f9" +checksum="de895e09e1cf609a0f31260b13b240d5a3530616e0ab05b7db01e7812372c2e0 + 0b80ee4cd10c0cd02e64bb2ea0ba376e21c5a3a130c941e58baba1864340c945" # Tests use unstable features and fail to build make_check=no