guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: sbcl-iterate: Update to 1.5.


From: guix-commits
Subject: 01/07: gnu: sbcl-iterate: Update to 1.5.
Date: Sat, 15 Feb 2020 07:11:46 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit f36ec871d209290fa64cd0710639bee1c3740128
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Sat Feb 15 09:54:16 2020 +0100

    gnu: sbcl-iterate: Update to 1.5.
    
    * gnu/packages/lisp-xyz.scm (sbcl-iterate): Update to 1.5.
      [source]: Fetch from official project URL instead of Quicklisp archive.
---
 gnu/packages/lisp-xyz.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2682c73..f8d2dcf 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -962,18 +962,15 @@ else @code{parse-number} signals an error of type 
@code{invalid-number}.")
 (define-public sbcl-iterate
   (package
     (name "sbcl-iterate")
-    ;; The latest official release (1.4.3) fails to build so we have to take
-    ;; the current darcs tarball from quicklisp.
-    (version "20160825")
+    (version "1.5")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://beta.quicklisp.org/archive/iterate/";
-                           "2016-08-25/iterate-"
-                           version "-darcs.tgz"))
+       (uri (string-append "https://common-lisp.net/project/iterate/releases/";
+                           "iterate-" version ".tar.gz"))
        (sha256
         (base32
-         "0kvz16gnxnkdz0fy1x8y5yr28nfm7i2qpvix7mgwccdpjmsb4pgm"))))
+         "1lqsbhrkfl0yif46aymvb7l3nb9wdcmj4jyw485blj32jb4famzn"))))
     (build-system asdf-build-system/sbcl)
     (native-inputs
      `(("rt" ,sbcl-rt)))



reply via email to

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