GNU bug report logs -
#52695
[PATCH] gnu: sbcl: Update to 2.1.11.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Tue, 21 Dec 2021 03:46:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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
This bug report was last modified 3 years and 77 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.