guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: openblas: Update to 0.3.2.


From: Marius Bakke
Subject: 01/02: gnu: openblas: Update to 0.3.2.
Date: Mon, 30 Jul 2018 12:14:19 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit f419abea22fe5dd3aa96c19990316e502157350b
Author: Marius Bakke <address@hidden>
Date:   Mon Jul 30 15:32:10 2018 +0200

    gnu: openblas: Update to 0.3.2.
    
    * gnu/packages/maths.scm (openblas): Update to 0.3.2.
---
 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 8a4f6fb..68b07ca 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2828,7 +2828,7 @@ parts of it.")
 (define-public openblas
   (package
     (name "openblas")
-    (version "0.3.1")
+    (version "0.3.2")
     (source
      (origin
        (method url-fetch)
@@ -2837,7 +2837,7 @@ parts of it.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1ly170gcdy0rgppfw1xn5yhjfzfqkka1gpggvvbls7138qbj7y9r"))))
+         "0b20km2jv7m6qiylrlvhq2vnmkmilb633mr8rhqmgbn1wqrp58jq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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