From bc2792c71cfaa5d0e9c71f114815d736e6553197 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 22 Dec 2021 11:44:12 -0500 Subject: [PATCH] python3-numpy: update to 1.21.5. --- 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 d46a7bc1c06..8c9e0818105 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.21.4 +version=1.21.5 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=59a157443cfdb9d2576a14833ca1c1c9ef96fc091955a9b6829464df39501d8c +checksum=d69b09c335ae6bb661f7e3d8ee2cd9d17bb3879abca0401e310e434b30f12554 alternatives="numpy:f2py:/usr/bin/f2py3" # Tests do not function propery in a build directory make_check="no"