[PATCH] gnu: cl-nodgui: Update to 0.4.8.5.4a9c2e7.

  • Done
  • quality assurance status badge
Details
2 participants
  • cage
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
cage
Severity
normal

Debbugs page

cage wrote 2 years ago
(address . guix-patches@gnu.org)
965398ec2f2f427a8a0111dc8457d708a1d4dd48.1691234742.git.cage-dev@twistfold.it
---
gnu/packages/lisp-xyz.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

Toggle diff (50 lines)
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
Guillaume Le Vaillant wrote 2 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 65093-done@debbugs.gnu.org)
87cyzykk1q.fsf@kitej
Patch applied as d83aa756a6ec00cadc4dda955e0c8d5a80e4fcb3 with
a complete commit message.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZNH+gQ8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/a/AD/bzkFuUQtRDCC+MEK2gjFePTZsUB7eXTkLwjM
tQAWDBcA/igYGf+N6NQfbEUIYnTXxb53BMYOh8sPLQQwyu+rXR5I
=dSBf
-----END PGP SIGNATURE-----

Closed
cage wrote 2 years ago
(name . Guillaume Le Vaillant)(address . glv@posteo.net)(address . 65093-done@debbugs.gnu.org)(name . cage)(address . cage-dev@twistfold.it)
ZNJfQ7hP4U1RcLpJ@shimizu.casa.net
On Tue, Aug 08, 2023 at 08:35:33AM +0000, you wrote:

Toggle quote (4 lines)
> Patch applied as d83aa756a6ec00cadc4dda955e0c8d5a80e4fcb3 with
> a complete commit message.
> Thanks.

Thanks a lot to you! :)
C.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65093@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65093
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help