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

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

bug#63305: closed ([PATCH] gnu: Update sbcl-nasdf to 0.1.5.)


From: GNU bug Tracking System
Subject: bug#63305: closed ([PATCH] gnu: Update sbcl-nasdf to 0.1.5.)
Date: Tue, 09 May 2023 12:27:02 +0000

Your message dated Tue, 09 May 2023 12:25:53 +0000
with message-id <87a5ydofln.fsf@kitej>
and subject line Re: [bug#63305] [PATCH] gnu: Update sbcl-nasdf to 0.1.5.
has caused the debbugs.gnu.org bug report #63305,
regarding [PATCH] gnu: Update sbcl-nasdf to 0.1.5.
to be marked as done.

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


-- 
63305: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63305
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Update sbcl-nasdf to 0.1.5. Date: Fri, 05 May 2023 17:52:14 +0400 User-agent: mu4e 1.10.2; emacs 28.2
Hello Guix,

Find the patch updating NASDF to 0.1.5 attached to this message.

>From 4d8ba1d4636d564dbe453d5ab093ad399102aef5 Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aaraka.me>
Date: Fri, 5 May 2023 17:50:40 +0400
Subject: [PATCH] gnu: Update sbcl-nasdf to 0.1.5.

* gnu/packages/lisp-xyz.scm (sbcl-nasdf): Update to 0.1.5.
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5e9bc4e105..61bfd2d1c3 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -25626,10 +25626,10 @@ (define-public cl-nfiles
            (package-inputs sbcl-nfiles)))))
 
 (define-public sbcl-nasdf
-  (let ((commit "c63a6ff12239f132844cc0703e79ea3b33dae630"))
+  (let ((commit "b65a08aaf403a3c42ac6a29076e78fc55a99c19c"))
     (package
       (name "sbcl-nasdf")
-      (version "0.1.2")
+      (version "0.1.5")
       (source
        (origin
          (method git-fetch)
@@ -25639,7 +25639,7 @@ (define-public sbcl-nasdf
          (file-name (git-file-name "cl-ntemplate" version))
          (sha256
           (base32
-           "1b57jkyrvr3n0c66lih4m34fqzw3s5yqlk91v7hg2gchcn3v9glg"))))
+           "1lapi75y3z8b2806ky3vmpbx9dz47lvi3942vbibl5zxrc91933a"))))
       (build-system asdf-build-system/sbcl)
       (arguments
        `(#:phases
-- 
2.39.2

Thanks,
--
Artyom Bologov.

--- End Message ---
--- Begin Message --- Subject: Re: [bug#63305] [PATCH] gnu: Update sbcl-nasdf to 0.1.5. Date: Tue, 09 May 2023 12:25:53 +0000
Artyom Bologov <mail@aartaka.me> skribis:

> Hello Guillaume,
>
>> This update causes test failures for sbcl-nfiles. Could you take a look
>> at it?
>
> Oh, right! sbcl-nfiles is not updated to work with NASDF 0.1.5
> yet. Let's close this one then. I'll send NASDF patch again later when
> NASDF-reliant libraries are all updated.
>
> Thanks,

Ok, closing.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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