From 3c71e7718bb2ff234b45b798f71abd8238cba359 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 4 Aug 2023 11:36:45 -0400 Subject: [PATCH] python3-numpy: update to 1.25.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 6f84df2b735..91e93e941b3 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.25.1 +version=1.25.2 revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-Cython gcc-fortran" @@ -14,7 +14,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=9a3a9f3a61480cc086117b426a8bd86869c213fc4072e606f01c4e4b66eb92bf +checksum=fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760 alternatives="numpy:f2py:/usr/bin/f2py3" build_options="openblas"