guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: openblas: Update to 0.2.18.


From: Ricardo Wurmus
Subject: 01/01: gnu: openblas: Update to 0.2.18.
Date: Sun, 14 Aug 2016 15:38:04 +0000 (UTC)

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

commit e04ae27bcfa8073532907a3a3e24c6663596f16b
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Aug 14 17:35:04 2016 +0200

    gnu: openblas: Update to 0.2.18.
    
    * gnu/packages/maths.scm (openblas): Update to 0.2.18.
---
 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 fcea0bc..0f49502 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1840,7 +1840,7 @@ parts of it.")
 (define-public openblas
   (package
     (name "openblas")
-    (version "0.2.15")
+    (version "0.2.18")
     (source
      (origin
        (method url-fetch)
@@ -1849,7 +1849,7 @@ parts of it.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1k5f6vjlk54qlplk5m7xkbaw6g2y7dl50lwwdv6xsbcsgsbxfcpy"))))
+         "0vdzivw24s94vrzw4sqyz76mj60vs27vyn3dc14yw8qfq1v2wib5"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f  ;no "check" target



reply via email to

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