gnu: openblas: Update to 0.2.18.
* gnu/packages/maths.scm (openblas): Update to 0.2.18.
This commit is contained in:
parent
9f58fe3d1c
commit
e04ae27bcf
1 changed files with 2 additions and 2 deletions
|
@ -1840,7 +1840,7 @@ (define-public muparser
|
|||
(define-public openblas
|
||||
(package
|
||||
(name "openblas")
|
||||
(version "0.2.15")
|
||||
(version "0.2.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1849,7 +1849,7 @@ (define-public openblas
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1k5f6vjlk54qlplk5m7xkbaw6g2y7dl50lwwdv6xsbcsgsbxfcpy"))))
|
||||
"0vdzivw24s94vrzw4sqyz76mj60vs27vyn3dc14yw8qfq1v2wib5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no "check" target
|
||||
|
|
Loading…
Reference in a new issue