gnu: openlibm: Update to 0.8.7.

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

Change-Id: Ia97cc19b3b9acad7d212ad978365e563699da99b
This commit is contained in:
Andreas Enge 2025-07-05 12:48:12 +02:00
parent 342c2b8f5e
commit 824855b205
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -6182,7 +6182,7 @@ access to BLIS implementations via traditional BLAS routine calls.")
(define-public openlibm (define-public openlibm
(package (package
(name "openlibm") (name "openlibm")
(version "0.8.1") (version "0.8.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6191,7 +6191,7 @@ access to BLIS implementations via traditional BLAS routine calls.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1xsrcr49z0wdqpwd98jmw2xh18myzsa9xman0kp1h2i89x8mic5b")))) (base32 "0lgylmspyhsndfxzya9bymyz7vnah3197jylr497jgbm4b62q8bx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags