summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-25 18:25:53 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-25 20:01:02 +0200
commit1dc3109707df41f5f517abd3d6d00adfbab8bd0e (patch)
treefafc3364a00a84a6047755ae9dc0ad336af32981 /gnu/packages/maths.scm
parentbbc55a7dfa2657d5726d51a13065a3eacdece544 (diff)
downloadguix-patches-1dc3109707df41f5f517abd3d6d00adfbab8bd0e.tar
guix-patches-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.scm4
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"