~ruther/guix-local

824855b2059d9a06308d752be41a53a9940749f0 — Andreas Enge 11 months ago 342c2b8
gnu: openlibm: Update to 0.8.7.

* gnu/packages/maths.scm (openlibm): Update to 0.8.7.

Change-Id: Ia97cc19b3b9acad7d212ad978365e563699da99b
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +2 -2
@@ 6182,7 6182,7 @@ access to BLIS implementations via traditional BLAS routine calls.")
(define-public openlibm
  (package
    (name "openlibm")
    (version "0.8.1")
    (version "0.8.7")
    (source
     (origin
       (method git-fetch)


@@ 6191,7 6191,7 @@ access to BLIS implementations via traditional BLAS routine calls.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1xsrcr49z0wdqpwd98jmw2xh18myzsa9xman0kp1h2i89x8mic5b"))))
        (base32 "0lgylmspyhsndfxzya9bymyz7vnah3197jylr497jgbm4b62q8bx"))))
    (build-system gnu-build-system)
    (arguments
     `(#:make-flags