From 1b1230e5340c860c19356ed20b48fc15268e9b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 24 Apr 2025 16:36:57 +0200 Subject: [PATCH] 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 --- 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 1be7fa138742d7275abbf889915ea65cbf54e536..0b653f4daff507bd99cdb9b8b99eeeb930efa6f4 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