gnu: openlibm: Update to 0.5.5.

* gnu/packages/maths.scm (openlibm): Update to 0.5.5.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-23 11:50:37 +01:00
parent 9b36e3bf25
commit 7112b2f148
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2832,7 +2832,7 @@ access to BLIS implementations via traditional BLAS routine calls.")
(define-public openlibm (define-public openlibm
(package (package
(name "openlibm") (name "openlibm")
(version "0.5.1") (version "0.5.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2841,7 +2841,7 @@ access to BLIS implementations via traditional BLAS routine calls.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"11czx2z7nh6dfpz45s3xl7v38hw36jxzxfvny454bk3if14pfakq")))) "1z8cj5q8ca8kmrakwkpjxf8svi81waw0c568cx8v8pv9kvswbp07"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags