diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-08-31 18:49:27 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-08-31 18:49:27 +0200 |
commit | 1b8de87c9815167812ebee763f3bcc846cbff626 (patch) | |
tree | 2509645028977dc321b7655088a40c6bba3a60ea /gnu | |
parent | e9e6d40b2292c4a3fbc86bee6a7146eaba59c075 (diff) | |
download | patches-1b8de87c9815167812ebee763f3bcc846cbff626.tar patches-1b8de87c9815167812ebee763f3bcc846cbff626.tar.gz |
gnu: openblas: Update to 0.2.20.
* gnu/packages/maths.scm (openblas): Update to 0.2.20.
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 c3c2191a94..36ea5ef5f5 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2295,7 +2295,7 @@ parts of it.") (define-public openblas (package (name "openblas") - (version "0.2.19") + (version "0.2.20") (source (origin (method url-fetch) @@ -2304,7 +2304,7 @@ parts of it.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "071zqnmnxhh0c9phzyn3f198yxa0hjxda7016azdbq2056sm70w7")))) + "1bd03c5xni0bla0wg1wba841b36b0sg13sjja955kn5xzvy4i61a")))) (build-system gnu-build-system) (arguments `(#:tests? #f ;no "check" target |