diff mbox series

[bug#63305] gnu: Update sbcl-nasdf to 0.1.5.

Message ID 87ild67uky.fsf@aartaka.me
State New
Headers show
Series [bug#63305] gnu: Update sbcl-nasdf to 0.1.5. | expand

Commit Message

Artyom Bologov May 5, 2023, 1:52 p.m. UTC
Hello Guix,

Find the patch updating NASDF to 0.1.5 attached to this message.
Thanks,
--
Artyom Bologov.

Comments

Guillaume Le Vaillant May 7, 2023, 8:45 a.m. UTC | #1
Hi,

This update causes test failures for sbcl-nfiles. Could you take a look
at it?
Thanks.
Artyom Bologov May 8, 2023, 2:46 p.m. UTC | #2
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,
--
Artyom Bologov.
Guillaume Le Vaillant May 9, 2023, 12:25 p.m. UTC | #3
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.
diff mbox series

Patch

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