From 5219f9acbc6b85195df65229272335e34ae232bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 18 Feb 2021 07:27:35 -0500 Subject: [PATCH] python3-scipy: update to 1.6.1. --- srcpkgs/python3-scipy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template index 0c778e8ef3c..c96b999a5fd 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.6.0 +version=1.6.1 revision=1 wrksrc="scipy-${version}" build_style=python3-module @@ -12,11 +12,11 @@ makedepends="python3-devel python3-pybind11 depends="python3-numpy" checkdepends="python3-pytest" short_desc="Scientific library for Python3" -maintainer="Alessio Sergi " +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=dd06d02e8ac6e13e973cbab3da63888daf26a4fec1cd8a8d0804ec872864a7f5 +checksum=2800f47a5040cbab05b3ce58f1dfb670c70232b0f56d30380c6fd4ef4e787df5 build_options="openblas"