python3-numpy: update to 1.23.3.

This commit is contained in:
Andrew J. Hesford 2022-09-16 08:16:00 -04:00
parent 9ea1cc7d1f
commit ca9cb1e987
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.23.2
version=1.23.3
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=e590284084958d929a81f8495f296965355e46e493648b8fe2771dc40779252c
checksum=d55da69341fd6e617ada55feec6798730457f26f08300956625c086499aced7e
alternatives="numpy:f2py:/usr/bin/f2py3"
# Tests do not function propery in a build directory
make_check="no"