unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63305] [PATCH] gnu: Update sbcl-nasdf to 0.1.5.
@ 2023-05-05 13:52 Artyom Bologov
  2023-05-07  8:45 ` Guillaume Le Vaillant
  0 siblings, 1 reply; 4+ messages in thread
From: Artyom Bologov @ 2023-05-05 13:52 UTC (permalink / raw)
  To: 63305

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

Hello Guix,

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Update sbcl-nasdf to 0.1.5. --]
[-- Type: text/x-patch, Size: 1299 bytes --]

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


[-- Attachment #3: Type: text/plain, Size: 28 bytes --]


Thanks,
--
Artyom Bologov.

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#63305] [PATCH] gnu: Update sbcl-nasdf to 0.1.5.
  2023-05-05 13:52 [bug#63305] [PATCH] gnu: Update sbcl-nasdf to 0.1.5 Artyom Bologov
@ 2023-05-07  8:45 ` Guillaume Le Vaillant
  2023-05-08 14:46   ` Artyom Bologov
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Le Vaillant @ 2023-05-07  8:45 UTC (permalink / raw)
  To: Artyom Bologov; +Cc: 63305

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

Hi,

This update causes test failures for sbcl-nfiles. Could you take a look
at it?
Thanks.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#63305] [PATCH] gnu: Update sbcl-nasdf to 0.1.5.
  2023-05-07  8:45 ` Guillaume Le Vaillant
@ 2023-05-08 14:46   ` Artyom Bologov
  2023-05-09 12:25     ` bug#63305: " Guillaume Le Vaillant
  0 siblings, 1 reply; 4+ messages in thread
From: Artyom Bologov @ 2023-05-08 14:46 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: 63305, Artyom Bologov

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.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#63305: [PATCH] gnu: Update sbcl-nasdf to 0.1.5.
  2023-05-08 14:46   ` Artyom Bologov
@ 2023-05-09 12:25     ` Guillaume Le Vaillant
  0 siblings, 0 replies; 4+ messages in thread
From: Guillaume Le Vaillant @ 2023-05-09 12:25 UTC (permalink / raw)
  To: Artyom Bologov; +Cc: 63305-close

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

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-09 12:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-05 13:52 [bug#63305] [PATCH] gnu: Update sbcl-nasdf to 0.1.5 Artyom Bologov
2023-05-07  8:45 ` Guillaume Le Vaillant
2023-05-08 14:46   ` Artyom Bologov
2023-05-09 12:25     ` bug#63305: " 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).