From 860d5e4cfb840e5d9d8e8248ad808f90b7ed547f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 3 Feb 2026 08:37:14 -0500 Subject: [PATCH] python3-numpy: update to 2.4.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 071dad8864e..d5d537f5b78 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.4.1 +version=2.4.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=a1ceafc5042451a858231588a104093474c6a5c57dcc724841f5c888d237d690 +checksum=659a6107e31a83c4e33f763942275fd278b21d095094044eb35569e86a21ddae alternatives="numpy:f2py:/usr/bin/f2py3" build_options="openblas"