GNU bug report logs - #65093
[PATCH] gnu: cl-nodgui: Update to 0.4.8.5.4a9c2e7.

Previous Next

Package: guix-patches;

Reported by: cage <cage-dev <at> twistfold.it>

Date: Sat, 5 Aug 2023 11:29:01 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65093 in the body.
You can then email your comments to 65093 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#65093; Package guix-patches. (Sat, 05 Aug 2023 11:29:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to cage <cage-dev <at> twistfold.it>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 05 Aug 2023 11:29:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: cage <cage-dev <at> twistfold.it>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: cl-nodgui: Update to 0.4.8.5.4a9c2e7.
Date: Sat, 5 Aug 2023 13:27:36 +0200
---
 gnu/packages/lisp-xyz.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d2596ebc2d..13b49ba037 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11929,34 +11929,34 @@ (define-public cl-svg
   (sbcl-package->cl-source-package sbcl-cl-svg))

 (define-public sbcl-nodgui
-  (let ((commit "4a9c2e7714b278fbe97d198c56f54ea87290001d")
-        (revision "1"))
+  (let ((commit "b1d15fa9cca8550926f7823dbdd8be3b34387f1a")
+        (revision "2"))
     (package
       (name "sbcl-nodgui")
-      (version (git-version "0.1.1" revision commit))
+      (version (git-version "0.4.8.5" revision commit))
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://notabug.org/cage/nodgui.git")
+               (url "https://codeberg.org/cage/nodgui.git")
                (commit commit)))
-         (file-name (git-file-name "nodgui" version))
+         (file-name (git-file-name name version))
          (sha256
-          (base32 "1vgzzw459h32v2mi41cia6i940jqmvxlc8w3xj3516hbc2mqkaib"))))
+          (base32 "1gsxg8igiavs8fr39vgw8ypa42wjqaq9sszwqiifpm7yvq54lls7"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("alexandria" ,sbcl-alexandria)
          ("bordeaux-threads" ,sbcl-bordeaux-threads)
          ("cl-colors2" ,sbcl-cl-colors2)
+         ("cl-esrap" ,sbcl-esrap)
          ("cl-jpeg" ,sbcl-cl-jpeg)
-         ("cl-lex" ,sbcl-cl-lex)
          ("cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)
          ("cl-unicode" ,sbcl-cl-unicode)
-         ("cl-yacc" ,sbcl-cl-yacc)
          ("clunit2" ,sbcl-clunit2)
          ("named-readtables" ,sbcl-named-readtables)
          ("parse-number" ,sbcl-parse-number)
-         ("tk" ,tk)))
+         ("tk" ,tk)
+         ("tklib" ,tklib)))
       (arguments
        `(#:phases (modify-phases %standard-phases
                     (add-after 'unpack 'fix-paths

base-commit: 42ae42cf41e8f5e88422e30d801251a3427d7f3b
--
2.34.0




Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Tue, 08 Aug 2023 08:37:02 GMT) Full text and rfc822 format available.

Notification sent to cage <cage-dev <at> twistfold.it>:
bug acknowledged by developer. (Tue, 08 Aug 2023 08:37:02 GMT) Full text and rfc822 format available.

Message #10 received at 65093-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: cage <cage-dev <at> twistfold.it>
Cc: 65093-done <at> debbugs.gnu.org
Subject: Re: [bug#65093] [PATCH] gnu: cl-nodgui: Update to 0.4.8.5.4a9c2e7.
Date: Tue, 08 Aug 2023 08:35:33 +0000
[Message part 1 (text/plain, inline)]
Patch applied as d83aa756a6ec00cadc4dda955e0c8d5a80e4fcb3 with
a complete commit message.
Thanks.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#65093; Package guix-patches. (Tue, 08 Aug 2023 15:30:02 GMT) Full text and rfc822 format available.

Message #13 received at 65093-done <at> debbugs.gnu.org (full text, mbox):

From: cage <cage-dev <at> twistfold.it>
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: 65093-done <at> debbugs.gnu.org, cage <cage-dev <at> twistfold.it>
Subject: Re: [bug#65093] [PATCH] gnu: cl-nodgui: Update to 0.4.8.5.4a9c2e7.
Date: Tue, 8 Aug 2023 17:29:07 +0200
On Tue, Aug 08, 2023 at 08:35:33AM +0000, you wrote:

> Patch applied as d83aa756a6ec00cadc4dda955e0c8d5a80e4fcb3 with
> a complete commit message.
> Thanks.

Thanks a lot to you! :)
C.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 06 Sep 2023 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 344 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.