summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2020-12-23 20:50:55 +0000
committerLudovic Courtès <ludo@gnu.org>2020-12-27 15:50:08 +0100
commitbbd28642727b52a2528b4155f6cbd97072b8b291 (patch)
treeb0766c771c05e0ac79c5f768c2bad14248961436 /gnu/packages/maths.scm
parent7549c963c4fe295bc12839b39d5e6e8cac755940 (diff)
downloadguix-patches-bbd28642727b52a2528b4155f6cbd97072b8b291.tar
guix-patches-bbd28642727b52a2528b4155f6cbd97072b8b291.tar.gz
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>
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 230f0591c3..125edbea40 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3628,7 +3628,7 @@ parts of it.")
(define-public openblas
(package
(name "openblas")
- (version "0.3.10")
+ (version "0.3.13")
(source
(origin
(method git-fetch)
@@ -3638,7 +3638,7 @@ parts of it.")
(file-name (git-file-name name version))
(sha256
(base32
- "174id98ga82bhz2v7sy9yj6pqy0h0088p3mkdikip69p9rh3d17b"))))
+ "14jxh0v3jfbw4mfjx4mcz4dd51lyq7pqvh9k8dg94539ypzjr2lj"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"