From 374008943c54acd3c309090244d60afa2524fed4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 19 Jan 2025 11:03:39 -0500 Subject: [PATCH] python3-numpy: update to 2.2.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 459c6182c74..f8699ac5634 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.1 +version=2.2.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=45681fd7128c8ad1c379f0ca0776a8b0c6583d2f69889ddac01559dfe4390918 +checksum=ed6906f61834d687738d25988ae117683705636936cc605be0bb208b23df4d8f alternatives="numpy:f2py:/usr/bin/f2py3" build_options="openblas"