[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: mumps: Update to 5.0.1.
From: |
Eric Bavier |
Subject: |
03/05: gnu: mumps: Update to 5.0.1. |
Date: |
Fri, 20 Nov 2015 17:58:58 +0000 |
bavier pushed a commit to branch master
in repository guix.
commit c69fa4380a3200ed289a832d3f702b09d9748686
Author: Eric Bavier <address@hidden>
Date: Thu Nov 19 17:54:26 2015 -0600
gnu: mumps: Update to 5.0.1.
* gnu/packages/maths.scm (mumps): Update to 5.0.1.
---
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 c916fe7..68bbc35 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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