aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew J. Hesford <ajh@sideband.org>2024-03-28 17:23:00 +0000
committerAndrew J. Hesford <ajh@sideband.org>2024-04-01 15:35:15 +0000
commitd7d1d8a716ef961cb32b2824894f0db3cc7763b7 (patch)
tree0e7b3c93616b3348a79aa8ef18715cedb130f28a
parent97773bf6d1a8ef9d9c058b1a693e21dda66c5b40 (diff)
downloadvoid-packages-d7d1d8a716ef961cb32b2824894f0db3cc7763b7.tar
void-packages-d7d1d8a716ef961cb32b2824894f0db3cc7763b7.tar.gz
void-packages-d7d1d8a716ef961cb32b2824894f0db3cc7763b7.tar.bz2
void-packages-d7d1d8a716ef961cb32b2824894f0db3cc7763b7.tar.lz
void-packages-d7d1d8a716ef961cb32b2824894f0db3cc7763b7.tar.xz
void-packages-d7d1d8a716ef961cb32b2824894f0db3cc7763b7.tar.zst
void-packages-d7d1d8a716ef961cb32b2824894f0db3cc7763b7.zip
maturin: update to 1.5.1.
-rw-r--r--srcpkgs/maturin/template4
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template
index 014542bccd0..2a1bb797f0b 100644
--- a/srcpkgs/maturin/template
+++ b/srcpkgs/maturin/template
@@ -1,6 +1,6 @@
# Template file for 'maturin'
pkgname=maturin
-version=1.5.0
+version=1.5.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=19eacc3befa15ff6302ef08951ed1a0516f5edea5ef1fae7f98fd8bd669610ff
+checksum=18198cc9421d04933586b9730abcdd80fe3484e209d2b8223aa7dc1f12c4c3fe
# Tests use unstable features and fail to build
make_check=no