me
/
guix
Archived
1
0
Fork 0

gnu: openblas: Update to 0.3.20

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Aurora 2022-03-21 17:32:14 +00:00 committed by Ludovic Courtès
parent c591bb6819
commit 20eadd425e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -4465,7 +4465,7 @@ parts of it.")
(define-public openblas
(package
(name "openblas")
(version "0.3.18")
(version "0.3.20")
(source
(origin
(method git-fetch)
@ -4475,7 +4475,7 @@ parts of it.")
(file-name (git-file-name name version))
(sha256
(base32
"17zdd8asylz2w71hczrz5y344p6d5ds1jn4901maw7zcp3dbk63g"))))
"0r4sz3rn68fyc2paq0a04pgfi7iszpm95f6ggbzxpvjzx9qxbcql"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"