guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: sbcl: Update to 2.3.5.


From: guix-commits
Subject: 01/03: gnu: sbcl: Update to 2.3.5.
Date: Tue, 6 Jun 2023 05:05:39 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit b019b49c74e51e42230da471f39bff9f642fbc24
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Jun 2 13:32:55 2023 +0200

    gnu: sbcl: Update to 2.3.5.
    
    * gnu/packages/lisp.scm (sbcl): Update to 2.3.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 c053da9cd5..ed2399b955 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -431,14 +431,14 @@ an interpreter, a compiler, a debugger, and much more.")
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.3.2")
+    (version "2.3.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "1ahyrc3p9cf7y5zbgzvb9yxa8a480ccis4ksijlajck3z8n1dk24"))
+        (base32 "11ji5n65l31249r0v7hm0wc0yk2ila0y746nj36xn1cxrwh0gjc9"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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