From 5b3c38408124ff5ea319b10fb37e7cb28c3a5c46 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 26 May 2026 09:05:40 -0400 Subject: [PATCH] python3-numpy: update to 2.4.6. --- 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 10aaf93f0a6..86ac1be1877 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.4 +version=2.4.6 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=2d390634c5182175533585cc89f3608a4682ccb173cc9bb940b2881c8d6f8fa0 +checksum=f3a3570c4a2a16746ac2c31a7c7c7b0c186b95ce902e33db6f28094ed7387dda alternatives="numpy:f2py:/usr/bin/f2py3" build_options="openblas"