From 25111bc5ceca03cbe4d3e69ec6db3fa78c7798e8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 23 Jun 2022 22:15:12 -0400 Subject: [PATCH] python3-numpy: update to 1.23.0. --- 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 d608731bd7b..64f1fe84ba0 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.22.4 +version=1.23.0 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=5ff695f4f389830c93bc7f899d97255a09200fc6c69ccee72bfb4435ce317134 +checksum=58868ea9d07ed9394106b343ef0156c74e5aecbb9ea5bd01dbffbfcf471dc768 alternatives="numpy:f2py:/usr/bin/f2py3" # Tests do not function propery in a build directory make_check="no"