From cd16f00bafdd9cf6c0529d40e23a180bed47798d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 1 Jul 2025 09:53:10 -0400 Subject: [PATCH] python3-numpy: update to 2.3.1. --- srcpkgs/python3-numpy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template index 9420702c868..b15709aec7a 100644 --- a/srcpkgs/python3-numpy/template +++ b/srcpkgs/python3-numpy/template @@ -1,6 +1,6 @@ # Template file for 'python3-numpy' pkgname=python3-numpy -version=2.2.6 +version=2.3.1 revision=1 build_style=python3-pep517 build_helper="meson qemu" @@ -19,7 +19,7 @@ license="BSD-3-Clause" homepage="https://www.numpy.org/" changelog="https://github.com/numpy/numpy/releases" distfiles="${PYPI_SITE}/n/numpy/numpy-${version}.tar.gz" -checksum=e29554e2bef54a90aa5cc07da6ce955accb83f21ab5de01a62c8478897b264fd +checksum=1ec9ae20a4226da374362cca3c62cd753faf2f951440b0e3b98e93c235441d2b alternatives="numpy:f2py:/usr/bin/f2py3" build_options="openblas"