guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: scotch: Update to 7.0.4


From: guix-commits
Subject: 07/07: gnu: scotch: Update to 7.0.4
Date: Mon, 25 Dec 2023 11:49:25 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 2a66a96634b33667a45f4493a37eef48033b7287
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Wed Dec 20 13:20:21 2023 +0100

    gnu: scotch: Update to 7.0.4
    
    * gnu/packages/maths.scm (scotch): Update to version 7.0.4.
    
    Change-Id: I493113ecc1694e8812fb38d8e4641398eb174b34
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 0f4d29b40f..adc7beb655 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4474,7 +4474,7 @@ implemented in ANSI C, and MPI for communications.")
 (define-public scotch
   (package
     (name "scotch")
-    (version "7.0.1")
+    (version "7.0.4")
     (source
      (origin
        (method git-fetch)
@@ -4483,7 +4483,7 @@ implemented in ANSI C, and MPI for communications.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fvgxd3ipl5xswswyadvxvlcgv6an8c229ispnlksgnlwphg10ig"))))
+        (base32 "0rbc51albpd2923dkirpkj8rfkic6rsvwqqnv1mmsk391zhk3amr"))))
     (build-system cmake-build-system)
     (inputs
      (list zlib))



reply via email to

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