[PATCH] gnu: nodgui: Update to 0.4.8.6.

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

Debbugs page

cage wrote 1 years ago
(address . guix-patches@gnu.org)
b74177ce42e9d3695affa6ef93a752706371cd80.1700400465.git.cage-dev@twistfold.it
Change-Id: I03ed4734c3a7088eb7f14a049f2824fe9103b089
---
gnu/packages/lisp-xyz.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

Toggle diff (44 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0a918dffd1..4bc3c71a54 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -12250,11 +12250,11 @@ (define-public cl-svg
(sbcl-package->cl-source-package sbcl-cl-svg))

(define-public sbcl-nodgui
- (let ((commit "b1d15fa9cca8550926f7823dbdd8be3b34387f1a")
- (revision "2"))
+ (let ((commit "6baccf45371afd4dcc8cd3f38332b300614783b6")
+ (revision "1"))
(package
(name "sbcl-nodgui")
- (version (git-version "0.4.8.5" revision commit))
+ (version (git-version "0.4.8.6" revision commit))
(source
(origin
(method git-fetch)
@@ -12263,19 +12263,20 @@ (define-public sbcl-nodgui
(commit commit)))
(file-name (git-file-name "cl-nodgui" version))
(sha256
- (base32 "1gsxg8igiavs8fr39vgw8ypa42wjqaq9sszwqiifpm7yvq54lls7"))))
+ (base32 "0fjz8362qmvkbzj9ylyllkdxg7vvj38l3y5qn4xi2gim92x4lx67"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria
sbcl-bordeaux-threads
sbcl-cl-colors2
- sbcl-cl-jpeg
sbcl-cl-ppcre-unicode
sbcl-cl-unicode
sbcl-clunit2
sbcl-esrap
+ sbcl-jpeg-turbo
sbcl-named-readtables
sbcl-parse-number
+ sbcl-pngload
tk
tklib))
(arguments

base-commit: 5cad6f721b8884b612178896f06cd69d5839402c
--
2.41.0
Guillaume Le Vaillant wrote 1 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 67280-done@debbugs.gnu.org)
87msv8v8it.fsf@kitej
Patch applied as 67a803f3effc2186db390d577ecc01b049b1017f.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZVtkGg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+HhQD/QED3+trr/wmu99M4MDKB5kqBR51/DNgOmpRW
F7ErlFYA/Aw+jTu2CMhsRHujTeS3z/z6k1Kv9rHrvFQASr6mnGqs
=sm6b
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67280
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