guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: openlibm: Update to 0.6.0.


From: Marius Bakke
Subject: 03/03: gnu: openlibm: Update to 0.6.0.
Date: Sat, 28 Jul 2018 12:13:16 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 48d7ac175f69fea587eaa0358eddb5c76205e8ad
Author: Marius Bakke <address@hidden>
Date:   Sat Jul 28 18:12:13 2018 +0200

    gnu: openlibm: Update to 0.6.0.
    
    * gnu/packages/maths.scm (openlibm): Update to 0.6.0.
---
 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 1d7ef6f..e828dbb 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3001,7 +3001,7 @@ access to BLIS implementations via traditional BLAS 
routine calls.")
 (define-public openlibm
   (package
     (name "openlibm")
-    (version "0.5.5")
+    (version "0.6.0")
     (source
      (origin
        (method url-fetch)
@@ -3010,7 +3010,7 @@ access to BLIS implementations via traditional BLAS 
routine calls.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1z8cj5q8ca8kmrakwkpjxf8svi81waw0c568cx8v8pv9kvswbp07"))))
+         "0a5fpm8nra5ldhjk0cqd2rx1qh32wiarkxmcqcm5xl8z7l4kjm6l"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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