diff mbox series

[bug#52695] gnu: sbcl: Update to 2.1.11.

Message ID 20211221034254.28559-1-jgart@dismail.de
State Accepted
Headers show
Series [bug#52695] gnu: sbcl: Update to 2.1.11. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

jgart Dec. 21, 2021, 3:42 a.m. UTC
Hi Guixers,

Here is an update to sbcl.

all best,

jgart

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

Comments

Xinglu Chen Dec. 23, 2021, 10:31 a.m. UTC | #1
Hi,

jgart via schrieb am Montag der 20. Dezember 2021 um 22:42 -05:

> Hi Guixers,
>
> Here is an update to sbcl.
>
> all best,
>
> jgart

This part should go below to “---” line, otherwise it becomes part of
the commit message.

> * gnu/packages/lisp.scm (sbcl): Update to 2.1.11.
> ---
>  gnu/packages/lisp.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

‘guix refresh -l’ reports that sbcl has 1122 dependents, therefore, this
patch should go to the ‘staging’ branch, see “17.6 Submitting Patches”
in the manual.  The subject should be prefixed with “[PATCH staging]”.

The package builds fine!
Guillaume Le Vaillant March 3, 2022, 3:26 p.m. UTC | #2
SBCL is currently at 2.2.2 in the master branch.
Closing.
diff mbox series

Patch

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 8c1a5f90a0..ee0342cb1c 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -417,14 +417,14 @@  (define-public clisp
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.1.9")
+    (version "2.1.11")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "189gjqzdz10xh3ybiy4ch1r98bsmkcb4hpnrmggd4y2g5kqnyx4y"))))
+        (base32 "1zgypmn19c58pv7j33ga7m1l7lzghj70w3xbybpgmggxwwflihdz"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (native-inputs