diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-25 18:25:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-25 20:01:02 +0200 |
commit | 1dc3109707df41f5f517abd3d6d00adfbab8bd0e (patch) | |
tree | fafc3364a00a84a6047755ae9dc0ad336af32981 /gnu/packages/maths.scm | |
parent | bbc55a7dfa2657d5726d51a13065a3eacdece544 (diff) | |
download | guix-1dc3109707df41f5f517abd3d6d00adfbab8bd0e.tar guix-1dc3109707df41f5f517abd3d6d00adfbab8bd0e.tar.gz |
gnu: scotch: Use predictable source URI.
* gnu/packages/maths.scm (scotch)[source]: Use predictable URI.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index a0a539e448..808e7d1b5f 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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" |