For the core-updates branch. From 65b3d40ac240a184c51a2e0ad2b2106f0d3bd830 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Tue, 15 Dec 2020 19:56:04 +0000 Subject: [PATCH] gnu: openblas: Update to 0.3.13. * gnu/packages/maths.scm (openblas): Update to 0.3.13. --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index c118e9e25c..2e30349956 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3628,7 +3628,7 @@ parts of it.") (define-public openblas (package (name "openblas") - (version "0.3.9") + (version "0.3.13") (source (origin (method url-fetch) @@ -3637,7 +3637,7 @@ parts of it.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "14iz9xnrb9xiwgj84j94mc74gg0zn2vsy9fmsijxxma1n7dck4w3")))) + "09rx33yaa48lwsdd1yyvzfgfpzjmjzldkzgn751qbpqdp42ba8wj")))) (build-system gnu-build-system) (arguments `(#:test-target "test" -- 2.29.2