[bug#77991,v2,4/4] gnu: scotch: Update to 7.0.7.
Commit Message
From: Ludovic Courtès <ludovic.courtes@inria.fr>
* gnu/packages/maths.scm (scotch): Update to 7.0.7.
Change-Id: Idef8e0956d9da1aef13fb423c53db60b6a61b04b
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -5190,7 +5190,7 @@ (define-public superlu-dist
(define-public scotch
(package
(name "scotch")
- (version "7.0.4")
+ (version "7.0.7")
(source
(origin
(method git-fetch)
@@ -5199,7 +5199,7 @@ (define-public scotch
(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