python3-numpy: update to 1.22.4.

This commit is contained in:
Andrew J. Hesford 2022-05-25 13:20:38 -04:00
parent 23edc3281f
commit 8be69595dc
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-numpy'
pkgname=python3-numpy
version=1.22.3
version=1.22.4
revision=1
wrksrc="numpy-${version}"
build_style=python3-module
@ -13,7 +13,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://www.numpy.org/"
distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
checksum=c8f3ec591e3f17b939220f2b9eabb4c5e2db330f8af62c0a3aeee8a4d1a6c0db
checksum=5ff695f4f389830c93bc7f899d97255a09200fc6c69ccee72bfb4435ce317134
alternatives="numpy:f2py:/usr/bin/f2py3"
# Tests do not function propery in a build directory
make_check="no"