mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
maths: openblas: Update to 0.3.31.
* gnu/packages/maths.scm (openblas): Update to 0.3.31. Change-Id: If22b461cf8977c4f33704de37225852d3382c662
This commit is contained in:
parent
3a1a769fb6
commit
d4713be6ea
1 changed files with 2 additions and 2 deletions
|
|
@ -6072,7 +6072,7 @@ parts of it.")
|
|||
(define-public openblas
|
||||
(package
|
||||
(name "openblas")
|
||||
(version "0.3.30")
|
||||
(version "0.3.31")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -6082,7 +6082,7 @@ parts of it.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"08crjjs7avnkk7l226pghhz68mw9ak62xcghc9hdpshbflwzd0vy"))))
|
||||
"1ifbbk4mg4ykm92i9b09wwbcwpyzlfzn8lhds8f3p7cbcga7q530"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue