unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67280] [PATCH] gnu: nodgui: Update to 0.4.8.6.
@ 2023-11-19 13:29 cage
  2023-11-20 13:49 ` bug#67280: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2023-11-19 13:29 UTC (permalink / raw)
  To: 67280

Change-Id: I03ed4734c3a7088eb7f14a049f2824fe9103b089
---
 gnu/packages/lisp-xyz.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

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




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

* bug#67280: [PATCH] gnu: nodgui: Update to 0.4.8.6.
  2023-11-19 13:29 [bug#67280] [PATCH] gnu: nodgui: Update to 0.4.8.6 cage
@ 2023-11-20 13:49 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-11-20 13:49 UTC (permalink / raw)
  To: cage; +Cc: 67280-done

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

Patch applied as 67a803f3effc2186db390d577ecc01b049b1017f.
Thanks.

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

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

end of thread, other threads:[~2023-11-20 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-19 13:29 [bug#67280] [PATCH] gnu: nodgui: Update to 0.4.8.6 cage
2023-11-20 13:49 ` bug#67280: " 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).