guix-commits
[Top][All Lists]
Advanced

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

01/08: sbcl: update to 2.4.0


From: guix-commits
Subject: 01/08: sbcl: update to 2.4.0
Date: Thu, 4 Jan 2024 13:33:20 -0500 (EST)

glv pushed a commit to branch lisp-team
in repository guix.

commit 4440ba3f6ee1f6936755b2eb1e9d60108d2f9c72
Author: Benjamin Slade <slade@lambda-y.net>
AuthorDate: Fri Dec 29 01:08:35 2023 -0600

    sbcl: update to 2.4.0
    
    * gnu/packages/lisp.scm (sbcl): Update to 2.4.0.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
    Change-Id: I6087f3697b1c9501be09e1e983fb36d11ec35ba2
---
 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 4a895984e7..20ec61dfe5 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -439,14 +439,14 @@ an interpreter, a compiler, a debugger, and much more.")
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.3.7")
+    (version "2.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "1xwr1pnwd3xj375ainlad7mm479rk2mrks8dc6d92cash3xl90b9"))
+        (base32 "0xhpdnsg8idzxkn20iw8gd2rk470d7vc22vrp5clq9fj117vgn43"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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