unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: cage <cage-dev@twistfold.it>
To: 65093@debbugs.gnu.org
Subject: [bug#65093] [PATCH] gnu: cl-nodgui: Update to 0.4.8.5.4a9c2e7.
Date: Sat, 5 Aug 2023 13:27:36 +0200	[thread overview]
Message-ID: <965398ec2f2f427a8a0111dc8457d708a1d4dd48.1691234742.git.cage-dev@twistfold.it> (raw)

---
 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	other threads:[~2023-08-05 11:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-05 11:27 cage [this message]
2023-08-08  8:35 ` bug#65093: [PATCH] gnu: cl-nodgui: Update to 0.4.8.5.4a9c2e7 Guillaume Le Vaillant
2023-08-08 15:29   ` [bug#65093] " cage

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=965398ec2f2f427a8a0111dc8457d708a1d4dd48.1691234742.git.cage-dev@twistfold.it \
    --to=cage-dev@twistfold.it \
    --cc=65093@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).