diff options
author | Eric Bavier <bavier@cray.com> | 2018-02-26 11:29:38 -0600 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2018-04-26 20:54:18 -0500 |
commit | e7323f4c0873b0b8cb1699d73c24e0e2a17b76f9 (patch) | |
tree | bbd0263f5fa8264c0edadabb0ff9a8519e618357 /gnu | |
parent | d98e9009a934f7c12e2241b072ad469a009468de (diff) | |
download | guix-e7323f4c0873b0b8cb1699d73c24e0e2a17b76f9.tar guix-e7323f4c0873b0b8cb1699d73c24e0e2a17b76f9.tar.gz |
gnu: mumps: Update to 5.1.2.
* gnu/packages/maths.scm (mumps): Update to 5.1.2.
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 aa382cda6b..00f35659eb 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1772,7 +1772,7 @@ arising after the discretization of partial differential equations.") (define-public mumps (package (name "mumps") - (version "5.0.2") + (version "5.1.2") (source (origin (method url-fetch) @@ -1780,7 +1780,7 @@ arising after the discretization of partial differential equations.") version ".tar.gz")) (sha256 (base32 - "0igyc1pfzxdhpbad3v3lb86ixkdbqa1a8gbs15b04r2294h2nabp")) + "1s9asin08zqzmh08257sdghhivvy9vjif7c53fhaxaax2kd5qd7b")) (patches (search-patches "mumps-build-parallelism.patch")))) (build-system gnu-build-system) (inputs |