lfam pushed a commit to branch master
in repository guix.

commit 8f26f23926181b75fd8c12d251ad022952523a73
Author: Leo Famulari <[email protected]>
Date:   Thu Dec 24 12:13:05 2015 -0500

    gnu: hevea: Update URL.
    
    * gnu/packages/ocaml.scm (hevea)[source]: Update URL.
---
 gnu/packages/ocaml.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7f80fc8..5531867 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -285,7 +285,7 @@ concrete syntax of the language (Quotations, Syntax 
Extensions).")
     (version "2.23")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://hevea.inria.fr/distri/";
+              (uri (string-append "http://hevea.inria.fr/old/";
                                   name "-" version ".tar.gz"))
               (sha256
                (base32

Reply via email to