From b4725990b8cda1f3bbb307df254bac489ce1d4e5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 5 May 2025 10:26:21 -0400 Subject: [PATCH] python3-numpy: update to 2.2.5. --- 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 44379d53eb3..91f034766bd 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.4 +version=2.2.5 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=9ba03692a45d3eef66559efe1d1096c4b9b75c0986b5dff5530c378fb8331d4f +checksum=a9c0d994680cd991b1cb772e8b297340085466a6fe964bc9d4e80f5e2f43c291 alternatives="numpy:f2py:/usr/bin/f2py3" build_options="openblas"