all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Charles via Guix-patches via <guix-patches@gnu.org>
To: 50838@debbugs.gnu.org
Subject: [bug#50838] Update sbcl
Date: Mon, 27 Sep 2021 05:51:46 +0000	[thread overview]
Message-ID: <Z-2xLZ6o5fxTIJvKOam2LuyZLUb8zqv6DLlgNsLf-mK_MzG0sQtcXSk5mqsdu81ehF3V8T_80txQMEHP5ivKprtjCL_zM5bl3n6Xg836ep8=@protonmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 13 bytes --]

Empty Message

[-- Attachment #1.2: Type: text/html, Size: 24 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-sbcl-Update-to-2.1.8.patch --]
[-- Type: text/x-patch; name=0001-gnu-sbcl-Update-to-2.1.8.patch, Size: 1123 bytes --]

From 738370cd57bdb5874378797811f87dd7dafbab78 Mon Sep 17 00:00:00 2001
From: Charles <charles.b.jackson@protonmail.com>
Date: Mon, 27 Sep 2021 00:43:17 -0500
Subject: [PATCH] gnu: sbcl: Update to 2.1.8.

* gnu/packages/lisp.scm (sbcl): Update to 2.1.8.
---
 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..c924880ac9 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.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "1vydq6mmssla2vn0plpsrm50n3b42a464zxw72j6qihas9fhq8cb"))))
+        (base32 "0ijmw8adyf6fgaq4ixdj9v5lfg3cs9wyxhb96wxhfld0rjpppsm3"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (native-inputs
-- 
2.32.0


             reply	other threads:[~2021-09-27  6:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-27  5:51 Charles via Guix-patches via [this message]
2021-09-27 12:32 ` [bug#50838] Update sbcl Guillaume Le Vaillant
2021-09-27 19:45   ` Charles via Guix-patches via
2021-09-28  1:54     ` Charles via Guix-patches via
2021-09-28  9:47       ` bug#50838: " Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='Z-2xLZ6o5fxTIJvKOam2LuyZLUb8zqv6DLlgNsLf-mK_MzG0sQtcXSk5mqsdu81ehF3V8T_80txQMEHP5ivKprtjCL_zM5bl3n6Xg836ep8=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=50838@debbugs.gnu.org \
    --cc=charles.b.jackson@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.