guix-commits
[Top][All Lists]
Advanced

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

09/18: gnu: OpenBLAS: Update to 0.3.3.


From: Marius Bakke
Subject: 09/18: gnu: OpenBLAS: Update to 0.3.3.
Date: Sun, 9 Sep 2018 12:16:04 -0400 (EDT)

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

commit 9adaf1f4085e16667a034fc58984af847cab6b05
Author: Marius Bakke <address@hidden>
Date:   Fri Sep 7 20:04:05 2018 +0200

    gnu: OpenBLAS: Update to 0.3.3.
    
    * gnu/packages/maths.scm (openblas): Update to 0.3.3.
---
 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 01bd03c..84459d5 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2842,7 +2842,7 @@ parts of it.")
 (define-public openblas
   (package
     (name "openblas")
-    (version "0.3.2")
+    (version "0.3.3")
     (source
      (origin
        (method url-fetch)
@@ -2851,7 +2851,7 @@ parts of it.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0b20km2jv7m6qiylrlvhq2vnmkmilb633mr8rhqmgbn1wqrp58jq"))))
+         "0cvlixnpc3cdvvn3f30phfvsgnqljqix6wn72ps9rj7xdhvw06jg"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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