guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: ecl: Update to 16.1.2.


From: Ludovic Courtès
Subject: 01/03: gnu: ecl: Update to 16.1.2.
Date: Mon, 25 Jul 2016 08:48:54 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit e0524511ec6b8fd1587ffe953db5ee753c73ff92
Author: Andy Patterson <address@hidden>
Date:   Sun Jul 24 21:05:37 2016 -0400

    gnu: ecl: Update to 16.1.2.
    
    * gnu/packages/lisp.scm (ecl): Update to 16.1.2.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/lisp.scm |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 22f542c..4dc702f 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -102,15 +102,15 @@ interface to the Tk widget system.")
 (define-public ecl
   (package
     (name "ecl")
-    (version "15.2.21")
+    (version "16.1.2")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://sourceforge/ecls/ecls/"
-                           (version-major+minor version)
-                           "/ecl-" version ".tgz"))
+       (uri (string-append
+             "https://common-lisp.net/project/ecl/static/files/release/";
+             name "-" version ".tgz"))
        (sha256
-        (base32 "05di23v977byf67rq5bdshw8lqbby1ycbscdcl1vca0z6r1s204j"))))
+        (base32 "16ab8qs3awvdxy8xs8jy82v8r04x4wr70l9l2j45vgag18d2nj1d"))))
     (build-system gnu-build-system)
     ;; src/configure uses 'which' to confirm the existence of 'gzip'.
     (native-inputs `(("which" ,which)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]