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.19.


From: Leo Famulari
Subject: 01/01: gnu: openblas: Update to 0.2.19.
Date: Tue, 13 Sep 2016 04:51:02 +0000 (UTC)

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

commit 883d0a7d25b59f375b979b67f2a390c220ca53c8
Author: Leo Famulari <address@hidden>
Date:   Tue Sep 13 00:26:56 2016 -0400

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



reply via email to

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