guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: OpenBLAS: Update to 0.3.4.


From: guix-commits
Subject: 09/15: gnu: OpenBLAS: Update to 0.3.4.
Date: Tue, 4 Dec 2018 14:06:35 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 16b940a0794446a3acc210008bac955213e4063f
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 4 17:11:29 2018 +0100

    gnu: OpenBLAS: Update to 0.3.4.
    
    * gnu/packages/maths.scm (openblas): Update to 0.3.4.
---
 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 f1b5bb0..9f1db83 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2973,7 +2973,7 @@ parts of it.")
 (define-public openblas
   (package
     (name "openblas")
-    (version "0.3.3")
+    (version "0.3.4")
     (source
      (origin
        (method url-fetch)
@@ -2982,7 +2982,7 @@ parts of it.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0cvlixnpc3cdvvn3f30phfvsgnqljqix6wn72ps9rj7xdhvw06jg"))))
+         "1s56lgilyyw86dzmj3jkci9zsg24n60wq4d0zri1hrxlxb6ihimj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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