diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-05-15 13:51:47 +0200 |
---|---|---|
committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-05-15 13:53:30 +0200 |
commit | ecf28847b2f79d13b351f10848e7716c4ebe7552 (patch) | |
tree | 79d671f4ded0d215bec7faa351ff2803495d62d7 /gnu | |
parent | 7a4d05091ebe184d58f95e1aa38040b621f58818 (diff) | |
download | guix-ecf28847b2f79d13b351f10848e7716c4ebe7552.tar guix-ecf28847b2f79d13b351f10848e7716c4ebe7552.tar.gz |
gnu: openblas: Update to 0.2.14.
* gnu/packages/maths.scm (openblas): Update to 0.2.14.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index db8293471a..f27903cc1a 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1025,7 +1025,7 @@ constant parts of it.") (define-public openblas (package (name "openblas") - (version "0.2.13") + (version "0.2.14") (source (origin (method url-fetch) @@ -1034,7 +1034,7 @@ constant parts of it.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1asg5mix13ipxgj5h2yj2p0r8km1di5jbcjkn5gmhb37nx7qfv6k")))) + "0av3pd96j8rx5i65f652xv9wqfkaqn0w4ma1gvbyz73i6j2hi9db")))) (build-system gnu-build-system) (arguments '(#:tests? #f ;no "check" target |