From ea01689bca94c4216c0cf88458bfde2ccb0b6432 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 18 Aug 2023 10:25:25 -0400 Subject: [PATCH] python3-scipy: update to 1.11.2. --- 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 eb7c7a3e016..ba0dd761cdc 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.11.1 +version=1.11.2 revision=1 build_style=meson build_helper="python3" @@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://scipy.org/" distfiles="${PYPI_SITE}/s/scipy/scipy-${version}.tar.gz" -checksum=fb5b492fa035334fd249f0973cc79ecad8b09c604b42a127a677b45a9a3d4289 +checksum=b29318a5e39bd200ca4381d80b065cdf3076c7d7281c5e36569e99273867f61d make_check="no" # Tests need an installed copy to run and meson makes this tough build_options="openblas"