mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: emacs-eat: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-eat): Update to 0.9. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
d6afcffb21
commit
f4093fb041
1 changed files with 6 additions and 4 deletions
|
@ -29193,7 +29193,7 @@ (define-public emacs-navigel
|
|||
(define-public emacs-eat
|
||||
(package
|
||||
(name "emacs-eat")
|
||||
(version "0.8")
|
||||
(version "0.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -29203,7 +29203,7 @@ (define-public emacs-eat
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fb66g7jjc7dhw61323d94mx7gqfp6ylf9a7v5qym1n92mv48bdr"))
|
||||
"0d0p1yrd6n409m2szn3k9d82913kjzp24j11lksp85328qhav9g7"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
@ -29236,12 +29236,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
|
||||
|
|
Loading…
Reference in a new issue