maturin: update to 1.7.0.

This commit is contained in:
Andrew J. Hesford 2024-07-08 11:14:17 -04:00
parent 1078182d51
commit fda2ff2851
1 changed files with 2 additions and 2 deletions

View File

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