gnu: scotch: Use predictable source URI.
* gnu/packages/maths.scm (scotch)[source]: Use predictable URI.
This commit is contained in:
parent
bbc55a7dfa
commit
1dc3109707
|
@ -2170,8 +2170,8 @@ implemented in ANSI C, and MPI for communications.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://gforge.inria.fr/frs/download.php/34618/"
|
(uri (string-append "https://gforge.inria.fr/frs/download.php/"
|
||||||
"scotch_" version ".tar.gz"))
|
"latestfile/298/scotch_" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ir088mvrqggyqdkx9qfynmiaffqbyih5qfl5mga2nrlm1qlsgzm"))
|
(base32 "1ir088mvrqggyqdkx9qfynmiaffqbyih5qfl5mga2nrlm1qlsgzm"))
|
||||||
(patches (search-patches "scotch-test-threading.patch"
|
(patches (search-patches "scotch-test-threading.patch"
|
||||||
|
|
Loading…
Reference in New Issue