From 4331088dc6c25e0f279f7ee4d92a080a2284e006 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 5 Aug 2025 09:42:49 -0400 Subject: [PATCH] python3-scipy: update to 1.16.1. --- 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 e67003c8ea6..60ed9a2975b 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.16.0 +version=1.16.1 revision=1 build_style=python3-pep517 build_helper="meson numpy" @@ -21,7 +21,7 @@ license="BSD-3-Clause" homepage="https://scipy.org/" changelog="https://github.com/scipy/scipy/releases" distfiles="${PYPI_SITE}/s/scipy/scipy-${version}.tar.gz" -checksum=b5ef54021e832869c8cfb03bc3bf20366cbcd426e02a58e8a58d7584dfbb8f62 +checksum=44c76f9e8b6e8e488a586190ab38016e4ed2f8a038af7cd3defa903c0a2238b3 # must be tested from site dir of installed version (see dev.py:739) make_check_pre='eval env -C "${testdir}/${py3_sitelib}"'