maturin: update to 1.2.0.
This commit is contained in:
parent
6b8af9656e
commit
1e1fd7e7f1
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'maturin'
|
||||
pkgname=maturin
|
||||
version=1.1.0
|
||||
version=1.2.0
|
||||
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=57b990348a9182897d64e7bc2b7be6e323912500c10a56174090fa8008173ad0
|
||||
checksum=841df82a4b970c64fc5865ea299102d72c05eb99a650503ef133ee7f237b920c
|
||||
# Tests use unstable features and fail to build
|
||||
make_check=no
|
||||
|
||||
|
|
Loading…
Reference in New Issue