maturin: update to 0.14.17.

This commit is contained in:
Andrew J. Hesford 2023-04-06 09:47:32 -04:00
parent 3ce43f880d
commit 6f9f5843a5
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=0.14.16 version=0.14.17
revision=1 revision=1
build_style=python3-module build_style=python3-module
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=f649ca80edbd3b9d9d9d679d7a63174de5f0c5190a57ccd258bc9e9784e3061d checksum=d47bd483c2748a64d245b4ee34d32d869a30bc7683f2603487dcd54ff08cf846
# Tests use unstable features and fail to build # Tests use unstable features and fail to build
make_check=no make_check=no