From 2cc22bd63ce720a2507e0ac311029465b0edf25e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 5 Aug 2025 09:17:22 -0400 Subject: [PATCH] python3-numpy: update to 2.3.2. --- 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 b15709aec7a..8ae4460a109 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.3.1 +version=2.3.2 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=1ec9ae20a4226da374362cca3c62cd753faf2f951440b0e3b98e93c235441d2b +checksum=e0486a11ec30cdecb53f184d496d1c6a20786c81e55e41640270130056f8ee48 alternatives="numpy:f2py:/usr/bin/f2py3" build_options="openblas"