From 3e8ba4ee2ad5e123cc9d57915d5728f108137e6d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 11 Oct 2022 14:36:29 -0400 Subject: [PATCH] python3-scipy: update to 1.9.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 209911f0660..7623163daaf 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.9.1 +version=1.9.2 revision=1 wrksrc="scipy-${version}" build_style=python3-module @@ -17,7 +17,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.gz" -checksum=26d28c468900e6d5fdb37d2812ab46db0ccd22c63baa095057871faa3a498bc9 +checksum=99e7720caefb8bca6ebf05c7d96078ed202881f61e0c68bd9e0f3e8097d6f794 build_options="openblas"