diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2025-04-24 16:36:57 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-29 19:11:34 +0200 |
commit | 1b1230e5340c860c19356ed20b48fc15268e9b30 (patch) | |
tree | c785dd36687656afe471289d73ebc618107a7077 | |
parent | ecd1e935901dcafa0a05da46601f6427cf2fbaf2 (diff) | |
download | guix-1b1230e5340c860c19356ed20b48fc15268e9b30.tar.gz guix-1b1230e5340c860c19356ed20b48fc15268e9b30.zip |
gnu: scotch: Update to 7.0.7.
* gnu/packages/maths.scm (scotch): Update to 7.0.7.
Change-Id: Idef8e0956d9da1aef13fb423c53db60b6a61b04b
Signed-off-by: Andreas Enge <andreas@enge.fr>
-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 1be7fa1387..0b653f4daf 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5170,7 +5170,7 @@ implemented in ANSI C, and MPI for communications.") (define-public scotch (package (name "scotch") - (version "7.0.4") + (version "7.0.7") (source (origin (method git-fetch) @@ -5179,7 +5179,7 @@ implemented in ANSI C, and MPI for communications.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0rbc51albpd2923dkirpkj8rfkic6rsvwqqnv1mmsk391zhk3amr")) + (base32 "0r46bmnz9xjlgcb3vvlx3sg2qh4gfgga89vs4vlbzz3s4lj48g46")) (patches (search-patches "scotch-cmake-remove-metis.patch")) (modules '((guix build utils))) (snippet |