diff mbox series

[bug#50838] Update sbcl

Message ID vaQraBFdK4lxqu13rgth9Tzi89iEpjqBZX0vTObzlYNRC0MMF0RpsLBfREu_F5jd_tSeW56fGPm7IEsbPVJKgNzxGgRPv9bPgogTBmYIkKY=@protonmail.com
State Accepted
Headers show
Series [bug#50838] Update sbcl | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Charles Sept. 28, 2021, 1:54 a.m. UTC
I knotice that sbcl 2.1.9 came out, so these patches are to go straight to 2.1.9. I needed to update sbcl-esrap with no further problems. Same issues with sbcl-burgled-batteries3 and sbcl-png though for sbcl-png, I noticed a github pull request (https://github.com/ljosa/cl-png/pull/6) with a fix.

Comments

Guillaume Le Vaillant Sept. 28, 2021, 9:47 a.m. UTC | #1
Charles <charles.b.jackson@protonmail.com> skribis:

> I knotice that sbcl 2.1.9 came out, so these patches are to go straight to
> 2.1.9. I needed to update sbcl-esrap with no further problems. Same issues with
> sbcl-burgled-batteries3 and sbcl-png though for sbcl-png, I noticed a github
> pull request (https://github.com/ljosa/cl-png/pull/6) with a fix.

Patches pushed as 9bf9dd79ef907a7faab012f1c60c09e0819e179f and
following. Thanks.

I added patches to fix sbcl-png and sbcl-burgled-batteries3, and I check
that everything depending on SBCL builds fine with:

--8<---------------cut here---------------start------------->8---
./pre-inst-env guix build $(./pre-inst-env guix refresh -l sbcl | cut -d ':' -f 2-)
--8<---------------cut here---------------end--------------->8---
diff mbox series

Patch

From 3187e04b445742218d97afae4b8475166d61574a Mon Sep 17 00:00:00 2001
From: Charles <charles.b.jackson@protonmail.com>
Date: Mon, 27 Sep 2021 20:44:17 -0500
Subject: [PATCH 2/2] gnu: sbcl: Update to 2.1.9.

* gnu/packages/lisp.scm (sbcl): Update to 2.1.9.
---
 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 7eb8f54d49..9fd2cbab31 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -404,14 +404,14 @@  an interpreter, a compiler, a debugger, and much more.")
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.1.6")
+    (version "2.1.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "1vydq6mmssla2vn0plpsrm50n3b42a464zxw72j6qihas9fhq8cb"))))
+        (base32 "189gjqzdz10xh3ybiy4ch1r98bsmkcb4hpnrmggd4y2g5kqnyx4y"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (native-inputs
-- 
2.32.0