guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: sbcl: Update to 1.5.5.


From: guix-commits
Subject: 02/02: gnu: sbcl: Update to 1.5.5.
Date: Sat, 24 Aug 2019 12:43:46 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 0908f93149dd97702ba638701724ac9177cca80b
Author: Pierre Neidhardt <address@hidden>
Date:   Sat Aug 24 18:43:03 2019 +0200

    gnu: sbcl: Update to 1.5.5.
    
    * gnu/packages/lisp.scm (sbcl): Update to 1.5.5.
---
 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 0c94283..1945a1b 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -327,14 +327,14 @@ an interpreter, a compiler, a debugger, and much more.")
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "1.5.1")
+    (version "1.5.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "08z62qba0kmm15k93s2rq7ipi769895g8iwigcp20qjh6amwnwph"))
+        (base32 "1qmapk2hyxxqd3ajiqacz4isij0ibx7gn10n8dbmq33gm3kgliyb"))
        (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]