gnu: OpenBLAS: Update to 0.3.7.

* gnu/packages/maths.scm (openblas): Update to 0.3.7.
This commit is contained in:
Marius Bakke 2019-10-08 21:03:16 +02:00
parent a4384dc970
commit 2ea095300a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3107,7 +3107,7 @@ (define-public muparser
(define-public openblas
(package
(name "openblas")
(version "0.3.6")
(version "0.3.7")
(source
(origin
(method url-fetch)
@ -3116,7 +3116,7 @@ (define-public openblas
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1r2g9zzwq5dm8vjd19pxwggfvfzy56cvkmpmp5d014qr3svgmsap"))))
"0jbdjsi0qsxahdcm42agnn1y7xpmg0hrhwjsxg0zbhs9wwy3p568"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"