From 77d92412fca7b1fa79b050625bfdf59a6c33266a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 4 Feb 2025 08:46:03 -0500 Subject: [PATCH] python3-mpi4py: update to 4.0.2. --- srcpkgs/python3-mpi4py/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template index 766b8b6d004..5b52cc487b7 100644 --- a/srcpkgs/python3-mpi4py/template +++ b/srcpkgs/python3-mpi4py/template @@ -1,6 +1,6 @@ # Template file for 'python3-mpi4py' pkgname=python3-mpi4py -version=4.0.1 +version=4.0.2 revision=1 # OpenMPI >= 5 is 64-bit only archs="x86_64* aarch64* ppc64* riscv64*" @@ -14,7 +14,7 @@ license="BSD-3-Clause" homepage="https://github.com/mpi4py/mpi4py" changelog="https://raw.githubusercontent.com/mpi4py/mpi4py/master/CHANGES.rst" distfiles="$PYPI_SITE/m/mpi4py/mpi4py-${version}.tar.gz" -checksum=f3174b245775d556f4fddb32519a2066ef0592edc810c5b5a59238f9a0a40c89 +checksum=86085436d3ea3587323321b9e661e4df60eabbcf11c2c9cf63d0873ca111cc8b # Tests require a sensible MPI environment make_check=no