me
/
guix
Archived
1
0
Fork 0

gnu: openblas: Update to 0.3.13.

* gnu/packages/maths.scm (openblas): Update to 0.3.13.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Greg Hogan 2020-12-23 20:50:55 +00:00 committed by Ludovic Courtès
parent 7549c963c4
commit bbd2864272
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -3628,7 +3628,7 @@ parts of it.")
(define-public openblas (define-public openblas
(package (package
(name "openblas") (name "openblas")
(version "0.3.10") (version "0.3.13")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3638,7 +3638,7 @@ parts of it.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"174id98ga82bhz2v7sy9yj6pqy0h0088p3mkdikip69p9rh3d17b")))) "14jxh0v3jfbw4mfjx4mcz4dd51lyq7pqvh9k8dg94539ypzjr2lj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"