From 6f261547b2ac296754d1090319b25275c730ed1a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Feb 2022 21:39:15 -0500 Subject: [PATCH] python3-scipy: update to 1.8.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 dafa8c7017..170f20a145 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.7.3 +version=1.8.0 revision=1 wrksrc="scipy-${version}" build_style=python3-module @@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://scipy.org/scipylib/" distfiles="https://github.com/scipy/scipy/releases/download/v${version}/scipy-${version}.tar.xz" -checksum=4042211bed8e6c658b9e2a4ca829806f0b33437faa7878c8dc6d6f72845b1694 +checksum=91548576a0096324ccff0e49f7ff94be6d19d71242a455c4160e2c61b9abbcb8 build_options="openblas"