* [bug#64703] [PATCH]: Update sbcl-ndebug to 0.2.0
@ 2023-07-18 11:47 André A. Gomes
2023-07-19 7:48 ` bug#64703: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2023-07-18 11:47 UTC (permalink / raw)
To: 64703
[-- Attachment #1: Type: text/plain, Size: 92 bytes --]
Hi Guix,
Patch attached.
--
André A. Gomes
"You cannot even find the ruins..."
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0004-gnu-sbcl-ndebug-Update-to-0.2.0.patch --]
[-- Type: text/x-patch, Size: 1503 bytes --]
From a3dc54724fdbfb8daeb9a4d153fde2441b01b1c9 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Tue, 18 Jul 2023 12:32:31 +0300
Subject: [PATCH 4/5] gnu: sbcl-ndebug: Update to 0.2.0.
* gnu/packages/lisp-xyz.scm (sbcl-ndebug): Update to 0.2.0.
---
gnu/packages/lisp-xyz.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2e3b8be4ad..7898828cdc 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -27948,7 +27948,7 @@ (define-public ecl-data-lens
(define-public sbcl-ndebug
(package
(name "sbcl-ndebug")
- (version "0.1.0")
+ (version "0.2.0")
(source
(origin
(method git-fetch)
@@ -27957,14 +27957,13 @@ (define-public sbcl-ndebug
(commit version)))
(file-name (git-file-name "ndebug" version))
(sha256
- (base32 "0wdp0wqk6clq3hh9yqmgdm55x50b5m7ly9004j2c8k5zz1rgi4rr"))))
+ (base32 "1sndg4qclkdr53xkxrfjskx8gcqx0bn4r0vslzfx1kgznl4hbf1d"))))
(build-system asdf-build-system/sbcl)
(inputs
- (list
- sbcl-dissect
- sbcl-lparallel
- sbcl-slime-swank
- sbcl-trivial-custom-debugger))
+ (list sbcl-dissect
+ sbcl-trivial-custom-debugger
+ sbcl-bordeaux-threads
+ sbcl-trivial-gray-streams))
(native-inputs
(list sbcl-lisp-unit2))
(home-page "https://github.com/atlas-engineer/ndebug/")
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-19 7:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-18 11:47 [bug#64703] [PATCH]: Update sbcl-ndebug to 0.2.0 André A. Gomes
2023-07-19 7:48 ` bug#64703: " 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.