guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/22: gnu: OpenBLAS: Update to 0.3.8.


From: guix-commits
Subject: 13/22: gnu: OpenBLAS: Update to 0.3.8.
Date: Sat, 15 Feb 2020 16:09:03 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 087c94019d31044f91d2c9a3c240b109824fd248
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 17:53:50 2020 +0100

    gnu: OpenBLAS: Update to 0.3.8.
    
    * gnu/packages/maths.scm (openblas): Update to 0.3.8.
---
 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 c88a5ab..a518557 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3105,7 +3105,7 @@ parts of it.")
 (define-public openblas
   (package
     (name "openblas")
-    (version "0.3.7")
+    (version "0.3.8")
     (source
      (origin
        (method url-fetch)
@@ -3114,7 +3114,7 @@ parts of it.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0jbdjsi0qsxahdcm42agnn1y7xpmg0hrhwjsxg0zbhs9wwy3p568"))))
+         "0f7n911vlriphlr4dgfdxk2x4lmjpf8kcl8w9lb584w2nwfkbdk9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]