emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#52695: closed ([PATCH] gnu: sbcl: Update to 2.1.11.)


From: GNU bug Tracking System
Subject: bug#52695: closed ([PATCH] gnu: sbcl: Update to 2.1.11.)
Date: Thu, 03 Mar 2022 15:29:01 +0000

Your message dated Thu, 03 Mar 2022 15:26:35 +0000
with message-id <874k4f12er.fsf@kitej>
and subject line Re: [bug#52695] [PATCH] gnu: sbcl: Update to 2.1.11.
has caused the debbugs.gnu.org bug report #52695,
regarding [PATCH] gnu: sbcl: Update to 2.1.11.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52695: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52695
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: sbcl: Update to 2.1.11. Date: Mon, 20 Dec 2021 22:42:55 -0500
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(-)

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
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#52695] [PATCH] gnu: sbcl: Update to 2.1.11. Date: Thu, 03 Mar 2022 15:26:35 +0000
SBCL is currently at 2.2.2 in the master branch.
Closing.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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