gnu: scotch: Use predictable source URI.

* gnu/packages/maths.scm (scotch)[source]: Use predictable URI.
master
Tobias Geerinckx-Rice 2018-03-25 18:25:53 +02:00
parent bbc55a7dfa
commit 1dc3109707
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2170,8 +2170,8 @@ implemented in ANSI C, and MPI for communications.")
(source
(origin
(method url-fetch)
(uri (string-append "https://gforge.inria.fr/frs/download.php/34618/"
"scotch_" version ".tar.gz"))
(uri (string-append "https://gforge.inria.fr/frs/download.php/"
"latestfile/298/scotch_" version ".tar.gz"))
(sha256
(base32 "1ir088mvrqggyqdkx9qfynmiaffqbyih5qfl5mga2nrlm1qlsgzm"))
(patches (search-patches "scotch-test-threading.patch"