gnu: openblas: Update to 0.2.20.
* gnu/packages/maths.scm (openblas): Update to 0.2.20.
This commit is contained in:
parent
e9e6d40b22
commit
1b8de87c98
|
@ -2295,7 +2295,7 @@ parts of it.")
|
||||||
(define-public openblas
|
(define-public openblas
|
||||||
(package
|
(package
|
||||||
(name "openblas")
|
(name "openblas")
|
||||||
(version "0.2.19")
|
(version "0.2.20")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2304,7 +2304,7 @@ parts of it.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"071zqnmnxhh0c9phzyn3f198yxa0hjxda7016azdbq2056sm70w7"))))
|
"1bd03c5xni0bla0wg1wba841b36b0sg13sjja955kn5xzvy4i61a"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no "check" target
|
`(#:tests? #f ;no "check" target
|
||||||
|
|
Loading…
Reference in New Issue