gnu: mumps: Update to 5.0.1.

* gnu/packages/maths.scm (mumps): Update to 5.0.1.
This commit is contained in:
Eric Bavier 2015-11-19 17:54:26 -06:00
parent ac356fd6ab
commit c69fa4380a
1 changed files with 2 additions and 2 deletions

View File

@ -725,7 +725,7 @@ arising after the discretization of partial differential equations.")
(define-public mumps
(package
(name "mumps")
(version "5.0.0")
(version "5.0.1")
(source
(origin
(method url-fetch)
@ -733,7 +733,7 @@ arising after the discretization of partial differential equations.")
version ".tar.gz"))
(sha256
(base32
"0690yp73sqk8zn2jnrzdr5swnjdyd7j0774s4xamjjwcxarw87hr"))
"1820jfp3mbl7n85765v5mp6p0gzqpgr4d2lrnhwj4gl7cwp5ndah"))
(patches (list (search-patch "mumps-build-parallelism.patch")))))
(build-system gnu-build-system)
(inputs