me
/
guix
Archived
1
0
Fork 0

gnu: OpenBLAS: Update to 0.3.9.

* gnu/packages/maths.scm (openblas): Update to 0.3.9.
master
Marius Bakke 2020-03-04 11:47:00 +01:00
parent 9694101666
commit df5a2e4f83
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3151,7 +3151,7 @@ parts of it.")
(define-public openblas
(package
(name "openblas")
(version "0.3.8")
(version "0.3.9")
(source
(origin
(method url-fetch)
@ -3160,7 +3160,7 @@ parts of it.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0f7n911vlriphlr4dgfdxk2x4lmjpf8kcl8w9lb584w2nwfkbdk9"))))
"14iz9xnrb9xiwgj84j94mc74gg0zn2vsy9fmsijxxma1n7dck4w3"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"