From 6efd895ab2a075feffc389269d0c207780c1fb68 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 13 Jun 2023 08:52:07 -0400 Subject: [PATCH] maturin: update to 1.1.0. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 210d359f7e5..a0b5a85dbf4 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=1.0.1 +version=1.1.0 revision=1 build_style=python3-pep517 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=c4141615078313a5afbb581fefc4b3673c24466d37c939dc44a816a265067c74 +checksum=57b990348a9182897d64e7bc2b7be6e323912500c10a56174090fa8008173ad0 # Tests use unstable features and fail to build make_check=no