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.7.


From: guix-commits
Subject: 01/01: gnu: sbcl: Update to 1.5.7.
Date: Sun, 29 Sep 2019 04:36:22 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 9b983086345557ac0a6a40c8cb3a2afd5250d3ee
Author: Pierre Neidhardt <address@hidden>
Date:   Sun Sep 29 10:36:00 2019 +0200

    gnu: sbcl: Update to 1.5.7.
    
    * gnu/packages/lisp.scm (sbcl): Update to 1.5.7.
---
 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 6c373ce..ba009bb 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.6")
+    (version "1.5.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "10z43dc29p7s8dl3jixklhmzqfp7gcm3fccjdfd36qqhyfxqxx3a"))
+        (base32 "11cl839512898shxcgjmnn1178pwc8vcfaypmzxm1wzkwasjyx2l"))
        (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]