guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: mumps: Update to 5.2.1.


From: guix-commits
Subject: 01/05: gnu: mumps: Update to 5.2.1.
Date: Mon, 14 Oct 2019 12:25:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5dbc79eb60f4d72953e11f3a7558ef3037b8bdb6
Author: Maurice Brémond <address@hidden>
Date:   Mon Oct 14 16:45:53 2019 +0200

    gnu: mumps: Update to 5.2.1.
    
    * gnu/packages/maths.scm (mumps): Update to 5.2.1.
    
    Co-authored-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6f75fba..ee633e3 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2171,7 +2171,7 @@ bindings to almost all functions of SLEPc.")
 (define-public mumps
   (package
     (name "mumps")
-    (version "5.1.2")
+    (version "5.2.1")
     (source
      (origin
        (method url-fetch)
@@ -2179,7 +2179,7 @@ bindings to almost all functions of SLEPc.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "1s9asin08zqzmh08257sdghhivvy9vjif7c53fhaxaax2kd5qd7b"))
+         "0jklh54x4y3ik1zkw6db7766kakjm5910diyaghfxxf8vwsgr26r"))
        (patches (search-patches "mumps-build-parallelism.patch"))))
     (build-system gnu-build-system)
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]