guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: openlibm: Update to 0.5.5.


From: Tobias Geerinckx-Rice
Subject: 01/09: gnu: openlibm: Update to 0.5.5.
Date: Sun, 25 Mar 2018 14:03:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7112b2f148fbed64976d2f9f43c69a22fd511c16
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 23 11:50:37 2018 +0100

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



reply via email to

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