unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66402] [PATCH] gnu: emacs-eat: Update to 0.9.
@ 2023-10-08  8:45 Akib Azmain Turja via Guix-patches via
  2023-10-11 12:48 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Akib Azmain Turja via Guix-patches via @ 2023-10-08  8:45 UTC (permalink / raw)
  To: 66402

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

* gnu/packages/emacs-xyz.scm (emacs-eat): Update to 0.9.
---
 gnu/packages/emacs-xyz.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cf1542955c..25858c008e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29192,7 +29192,7 @@ (define-public emacs-navigel
 (define-public emacs-eat
   (package
     (name "emacs-eat")
-    (version "0.8")
+    (version "0.9")
     (source
      (origin
        (method git-fetch)
@@ -29202,7 +29202,7 @@ (define-public emacs-eat
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1fb66g7jjc7dhw61323d94mx7gqfp6ylf9a7v5qym1n92mv48bdr"))
+         "0d0p1yrd6n409m2szn3k9d82913kjzp24j11lksp85328qhav9g7"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
@@ -29235,12 +29235,14 @@ (define-public emacs-eat
      (list texinfo))
     (inputs
      (list ncurses))
+    (propagated-inputs
+     (list emacs-compat))
     (home-page "https://codeberg.org/akib/emacs-eat")
     (synopsis "Terminal emulator in Emacs")
     (description
      "Eat (Emulate A Terminal) is a terminal emulator in Emacs, written in
-pure Elisp.  It has features like complete mouse support and shell
-integration.")
+pure Elisp.  It has features like Sixel support, complete mouse support and
+shell integration.")
     (license license:gpl3+)))
 
 (define-public emacs-vterm
-- 
2.41.0


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

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

* [bug#66402] [PATCH] gnu: emacs-eat: Update to 0.9.
  2023-10-08  8:45 [bug#66402] [PATCH] gnu: emacs-eat: Update to 0.9 Akib Azmain Turja via Guix-patches via
@ 2023-10-11 12:48 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-10-11 12:48 UTC (permalink / raw)
  To: Akib Azmain Turja; +Cc: 66402, 66402-done

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


Akib Azmain Turja via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-eat): Update to 0.9.
> ---
>  gnu/packages/emacs-xyz.scm | 10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)

Thanks for the patch, I've pushed this to master as
f4093fb0412e3250632682ab24256562eef87e3a.

Chris

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

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

end of thread, other threads:[~2023-10-11 12:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-08  8:45 [bug#66402] [PATCH] gnu: emacs-eat: Update to 0.9 Akib Azmain Turja via Guix-patches via
2023-10-11 12:48 ` Christopher Baines

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).