nckx pushed a commit to branch master
in repository guix.

commit 1dc3109707df41f5f517abd3d6d00adfbab8bd0e
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Sun Mar 25 18:25:53 2018 +0200

    gnu: scotch: Use predictable source URI.
    
    * gnu/packages/maths.scm (scotch)[source]: Use predictable URI.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index a0a539e..808e7d1 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"

Reply via email to