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>
This commit is contained in:
parent
f21e732e0d
commit
2a66a96634
1 changed files with 2 additions and 2 deletions
|
@ -4474,7 +4474,7 @@ (define-public superlu-dist
|
||||||
(define-public scotch
|
(define-public scotch
|
||||||
(package
|
(package
|
||||||
(name "scotch")
|
(name "scotch")
|
||||||
(version "7.0.1")
|
(version "7.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4483,7 +4483,7 @@ (define-public scotch
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fvgxd3ipl5xswswyadvxvlcgv6an8c229ispnlksgnlwphg10ig"))))
|
(base32 "0rbc51albpd2923dkirpkj8rfkic6rsvwqqnv1mmsk391zhk3amr"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list zlib))
|
(list zlib))
|
||||||
|
|
Loading…
Reference in a new issue