maturin: update to 1.7.1.

This commit is contained in:
Andrew J. Hesford 2024-08-23 09:18:06 -04:00
parent 0a1671df61
commit ef70dc9a44
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'maturin'
pkgname=maturin
version=1.7.0
version=1.7.1
revision=1
build_style=python3-pep517
build_helper="qemu rust"
@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Apache-2.0, MIT"
homepage="https://github.com/PyO3/maturin"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=27e26b05e9abc474c75402e4e8dd13f045f3dcbe08a8ea48b0eb12c3f96a9cc1
checksum=40259109a3d941237db3dff2f34c5e953904de86410e516c098f824d6160109b
# Tests use unstable features and fail to build
make_check=no