guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl: Update to 2.2.11.


From: guix-commits
Subject: branch master updated: gnu: sbcl: Update to 2.2.11.
Date: Tue, 29 Nov 2022 06:37:52 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9b714ec75e gnu: sbcl: Update to 2.2.11.
9b714ec75e is described below

commit 9b714ec75ee74d9f5464a8a08144f27eae817cd9
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue Nov 29 12:34:05 2022 +0100

    gnu: sbcl: Update to 2.2.11.
    
    * gnu/packages/lisp.scm (sbcl): Update to 2.2.11.
---
 gnu/packages/lisp.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 0749a02cd7..339368f363 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -423,17 +423,14 @@ an interpreter, a compiler, a debugger, and much more.")
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.2.10")
+    (version "2.2.11")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
-       (patches
-        ;; TODO: remove this patch when updating to sbcl > 2.2.10.
-        (search-patches "sbcl-fix-build-on-arm64-with-clisp-as-host.patch"))
        (sha256
-        (base32 "0cq8x4svkawirxq5s5gs4qxkl23m4q5p722a2kpss8qjfslc7hwc"))))
+        (base32 "1pwnhjp0fmkcgq11a6hj36gw8k05qramspgdbj28063k2s0dc1rn"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (native-inputs



reply via email to

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