From b5c50e08cd87b8a81406f1196dbdf96346a80c3a Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Tue, 21 Apr 2020 18:09:34 -0500 Subject: [PATCH] gnu: openblas: Update to 0.3.9 * gnu/packages/maths.scm (openblas): Update to 0.3.9 --- 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 7db2b31012..8255a4089f 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3243,7 +3243,7 @@ parts of it.") (define-public openblas (package (name "openblas") - (version "0.3.7") + (version "0.3.9") (source (origin (method url-fetch) @@ -3252,7 +3252,7 @@ parts of it.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0jbdjsi0qsxahdcm42agnn1y7xpmg0hrhwjsxg0zbhs9wwy3p568")))) + "14iz9xnrb9xiwgj84j94mc74gg0zn2vsy9fmsijxxma1n7dck4w3")))) (build-system gnu-build-system) (arguments `(#:test-target "test" -- 2.26.2