From 6f9f5843a586da2faae635b424715edf5960eb6f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 6 Apr 2023 09:47:32 -0400 Subject: [PATCH] maturin: update to 0.14.17. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index a267d987747..c2b3a615e32 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=0.14.16 +version=0.14.17 revision=1 build_style=python3-module build_helper="qemu rust" @@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford " license="Apache-2.0, MIT" homepage="https://github.com/PyO3/maturin" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=f649ca80edbd3b9d9d9d679d7a63174de5f0c5190a57ccd258bc9e9784e3061d +checksum=d47bd483c2748a64d245b4ee34d32d869a30bc7683f2603487dcd54ff08cf846 # Tests use unstable features and fail to build make_check=no