* [bug#52695] [PATCH] gnu: sbcl: Update to 2.1.11.
@ 2021-12-21 3:42 jgart via Guix-patches via
2021-12-23 10:31 ` Xinglu Chen
2022-03-03 15:26 ` bug#52695: " Guillaume Le Vaillant
0 siblings, 2 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2021-12-21 3:42 UTC (permalink / raw)
To: 52695; +Cc: jgart
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#52695] [PATCH] gnu: sbcl: Update to 2.1.11.
2021-12-21 3:42 [bug#52695] [PATCH] gnu: sbcl: Update to 2.1.11 jgart via Guix-patches via
@ 2021-12-23 10:31 ` Xinglu Chen
2022-03-03 15:26 ` bug#52695: " Guillaume Le Vaillant
1 sibling, 0 replies; 3+ messages in thread
From: Xinglu Chen @ 2021-12-23 10:31 UTC (permalink / raw)
To: 52695; +Cc: jgart
[-- Attachment #1: Type: text/plain, Size: 661 bytes --]
Hi,
jgart via schrieb am Montag der 20. Dezember 2021 um 22:42 -05:
> Hi Guixers,
>
> Here is an update to sbcl.
>
> all best,
>
> jgart
This part should go below to “---” line, otherwise it becomes part of
the commit message.
> * gnu/packages/lisp.scm (sbcl): Update to 2.1.11.
> ---
> gnu/packages/lisp.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
‘guix refresh -l’ reports that sbcl has 1122 dependents, therefore, this
patch should go to the ‘staging’ branch, see “17.6 Submitting Patches”
in the manual. The subject should be prefixed with “[PATCH staging]”.
The package builds fine!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#52695: [PATCH] gnu: sbcl: Update to 2.1.11.
2021-12-21 3:42 [bug#52695] [PATCH] gnu: sbcl: Update to 2.1.11 jgart via Guix-patches via
2021-12-23 10:31 ` Xinglu Chen
@ 2022-03-03 15:26 ` Guillaume Le Vaillant
1 sibling, 0 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2022-03-03 15:26 UTC (permalink / raw)
To: jgart; +Cc: 52695-done
[-- Attachment #1: Type: text/plain, Size: 58 bytes --]
SBCL is currently at 2.2.2 in the master branch.
Closing.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-03 15:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-21 3:42 [bug#52695] [PATCH] gnu: sbcl: Update to 2.1.11 jgart via Guix-patches via
2021-12-23 10:31 ` Xinglu Chen
2022-03-03 15:26 ` bug#52695: " Guillaume Le Vaillant
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).