From 4ee68b37c552c28bd8cf39ffc72c93afdd34d257 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 15 Aug 2022 10:12:36 -0400 Subject: [PATCH] python3-numpy: update to 1.23.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 cb9397b4e6b..59228e2b6d6 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.23.1 +version=1.23.2 revision=1 wrksrc="numpy-${version}" build_style=python3-module @@ -13,7 +13,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=9758c4b29ac20e84056a66109ae18401e0cc59a880590a9055aac6fd6c98aa91 +checksum=e590284084958d929a81f8495f296965355e46e493648b8fe2771dc40779252c alternatives="numpy:f2py:/usr/bin/f2py3" # Tests do not function propery in a build directory make_check="no"