glv pushed a commit to branch master
in repository guix.

commit dfc5d6628f237a0ebf85e1bebf4929a29047a405
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Thu Mar 2 13:34:36 2023 +0100

    gnu: sbcl: Update to 2.3.2.
    
    * gnu/packages/lisp.scm (sbcl): Update to 2.3.2.
---
 gnu/packages/lisp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index c802a401b9..7fc42c3095 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2018, 2019 Pierre Langlois <[email protected]>
 ;;; Copyright © 2019, 2020 Katherine Cox-Buday <[email protected]>
 ;;; Copyright © 2019 Jesse Gildersleve <[email protected]>
-;;; Copyright © 2019, 2020, 2021, 2022 Guillaume Le Vaillant <[email protected]>
+;;; Copyright © 2019-2023 Guillaume Le Vaillant <[email protected]>
 ;;; Copyright © 2020 Marius Bakke <[email protected]>
 ;;; Copyright © 2020 Zhu Zihao <[email protected]>
 ;;; Copyright © 2021 Sharlatan Hellseher <[email protected]>
@@ -421,14 +421,14 @@ an interpreter, a compiler, a debugger, and much more.")
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.2.11")
+    (version "2.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "1pwnhjp0fmkcgq11a6hj36gw8k05qramspgdbj28063k2s0dc1rn"))))
+        (base32 "1ahyrc3p9cf7y5zbgzvb9yxa8a480ccis4ksijlajck3z8n1dk24"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (native-inputs

Reply via email to