guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sbcl: Update to 1.5.1.


From: guix-commits
Subject: 01/01: gnu: sbcl: Update to 1.5.1.
Date: Sat, 6 Apr 2019 21:02:11 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 31b898ec5ea8bb667e0693584568e231fbfbe6f7
Author: Katherine Cox-Buday <address@hidden>
Date:   Fri Apr 5 22:44:39 2019 -0500

    gnu: sbcl: Update to 1.5.1.
    
    * gnu/packages/lisp.scm (sbcl): Update to 1.5.1.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 gnu/packages/lisp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index d92d699..7c129e9 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -318,14 +318,14 @@ an interpreter, a compiler, a debugger, and much more.")
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "1.4.16")
+    (version "1.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "1myg4wkxnbfn5nz38xy62r1jhjy07x3h0b04vg858n41chdsv4wd"))
+        (base32 "08z62qba0kmm15k93s2rq7ipi769895g8iwigcp20qjh6amwnwph"))
        (modules '((guix build utils)))
        (snippet
         ;; Add sbcl-bundle-systems to 'default-system-source-registry'.



reply via email to

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