From 3972f393902b2d37bc399131a6d697b42971c6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 3 Jan 2024 12:26:00 -0300 Subject: [PATCH] python3-numpy: update to 1.26.3. --- srcpkgs/python3-numpy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template index 5a825303909..e438ab97c52 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.26.2 +version=1.26.3 revision=1 build_style=python3-pep517 build_helper="meson qemu" @@ -17,9 +17,9 @@ short_desc="Fast and sophisticated array facility to Python3" maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://www.numpy.org/" -changelog="https://numpy.org/doc/stable/release.html" +changelog="https://github.com/numpy/numpy/releases" distfiles="${PYPI_SITE}/n/numpy/numpy-${version}.tar.gz" -checksum=f65738447676ab5777f11e6bbbdb8ce11b785e105f690bc45966574816b6d3ea +checksum=697df43e2b6310ecc9d95f05d5ef20eacc09c7c4ecc9da3f235d39e71b7da1e4 alternatives="numpy:f2py:/usr/bin/f2py3" build_options="openblas"