all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68132] [PATCH] sbcl: update to 2.4.0
@ 2023-12-30  2:28 Benjamin Slade
  2024-01-06  9:09 ` bug#68132: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Slade @ 2023-12-30  2:28 UTC (permalink / raw)
  To: 68132

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

best,
 —Benjamin
--

'(Dr Benjamin Slade (he/him)
     (website . <https://lambda-y.net>)     
     `(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19))
       "sent by mu4e 1.10.8 in Emacs 30.0.50 with org-msg on GNU Guix (Linux)")

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-sbcl-update-to-2.4.0.patch --]
[-- Type: text/x-patch, Size: 1002 bytes --]

From f0e2b02d39c3029142517eca0c76ea741d3fd478 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@lambda-y.net>
Date: Fri, 29 Dec 2023 01:08:35 -0600
Subject: [PATCH] sbcl: update to 2.4.0

---
 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 afd50bf..a89a94c 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -439,14 +439,14 @@ (define-public clisp
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.3.7")
+    (version "2.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "1xwr1pnwd3xj375ainlad7mm479rk2mrks8dc6d92cash3xl90b9"))
+        (base32 "0xhpdnsg8idzxkn20iw8gd2rk470d7vc22vrp5clq9fj117vgn43"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68132: [PATCH] sbcl: update to 2.4.0
  2023-12-30  2:28 [bug#68132] [PATCH] sbcl: update to 2.4.0 Benjamin Slade
@ 2024-01-06  9:09 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-01-06  9:09 UTC (permalink / raw)
  To: Benjamin Slade; +Cc: 68132-done

[-- Attachment #1: Type: text/plain, Size: 91 bytes --]

Patch applied on the lisp-team branch as
4440ba3f6ee1f6936755b2eb1e9d60108d2f9c72.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-06  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-30  2:28 [bug#68132] [PATCH] sbcl: update to 2.4.0 Benjamin Slade
2024-01-06  9:09 ` bug#68132: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.