From 8e097360d80c3f784e2c409519d69c603cd3cb22 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 28 Jun 2024 07:33:34 -0400 Subject: [PATCH] python3-scipy: update to 1.14.0. --- srcpkgs/python3-scipy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template index 6abeaeb8bad..41cf9ddb873 100644 --- a/srcpkgs/python3-scipy/template +++ b/srcpkgs/python3-scipy/template @@ -1,6 +1,6 @@ # Template file for 'python3-scipy' pkgname=python3-scipy -version=1.13.1 +version=1.14.0 revision=1 build_style=python3-pep517 build_helper="meson numpy" @@ -20,7 +20,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://scipy.org/" distfiles="${PYPI_SITE}/s/scipy/scipy-${version}.tar.gz" -checksum=095a87a0312b08dfd6a6155cbbd310a8c51800fc931b8c0b84003014b874ed3c +checksum=b5923f48cb840380f9854339176ef21763118a7300a88203ccd0bdd26e58527b # must be tested from site dir of installed version (see dev.py:739) make_check_pre='eval env -C "${testdir}/${py3_sitelib}"'