From c1b94f480939f2e1739ecd432f4e8c16cca155a9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 14 Nov 2023 08:29:48 -0500 Subject: [PATCH] python3-numpy: update to 1.26.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 af4795e51c6..5a825303909 100644 --- a/srcpkgs/python3-numpy/template +++ b/srcpkgs/python3-numpy/template @@ -1,6 +1,6 @@ # Template file for 'python3-numpy' pkgname=python3-numpy -version=1.26.1 +version=1.26.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://numpy.org/doc/stable/release.html" distfiles="${PYPI_SITE}/n/numpy/numpy-${version}.tar.gz" -checksum=c8c6c72d4a9f831f328efb1312642a1cafafaa88981d9ab76368d50d07d93cbe +checksum=f65738447676ab5777f11e6bbbdb8ce11b785e105f690bc45966574816b6d3ea alternatives="numpy:f2py:/usr/bin/f2py3" build_options="openblas"