From 0326e50f61e729a1906ff9873148a545c62e79cf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 6 Feb 2023 11:34:57 -0500 Subject: [PATCH] python3-numpy: update to 1.24.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 e8e76d2e8e6..e6eebf824fd 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.24.1 +version=1.24.2 revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-Cython gcc-fortran" @@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://www.numpy.org/" distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz" -checksum=2b65ddcf1de667ce870f36a0752e6459c5db2019f9eac56d259277a36b964ce2 +checksum=eefc0ac5c0d6346675b9e77cbf72fbb3b78b6003fc0b4fededc6b55c35dbff2d alternatives="numpy:f2py:/usr/bin/f2py3" # Tests do not function propery in a build directory make_check="no"