unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [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

* bug#64703: [PATCH]: Update sbcl-ndebug to 0.2.0
  2023-07-18 11:47 [bug#64703] [PATCH]: Update sbcl-ndebug to 0.2.0 André A. Gomes
@ 2023-07-19  7:48 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-07-19  7:48 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 64703-done

[-- Attachment #1: Type: text/plain, Size: 67 bytes --]

Patch applied as 324f56927b5856d9b7629c594e7d2893916e8c16.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[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 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).