gnu: scotch: Use predictable source URI.

* gnu/packages/maths.scm (scotch)[source]: Use predictable URI.
This commit is contained in:
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 (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"