gnu: emacs-eat: Update to 0.9.4.
* gnu/packages/emacs-xyz.scm (emacs-eat): Update to 0.9.4. Change-Id: Id8ec98ba1f8ebc5f63db5798a6dc7043ca6db393
This commit is contained in:
parent
8af16af043
commit
4d0d651366
1 changed files with 2 additions and 2 deletions
|
@ -29526,7 +29526,7 @@ tabulated-lists).")
|
||||||
(define-public emacs-eat
|
(define-public emacs-eat
|
||||||
(package
|
(package
|
||||||
(name "emacs-eat")
|
(name "emacs-eat")
|
||||||
(version "0.9.2")
|
(version "0.9.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -29536,7 +29536,7 @@ tabulated-lists).")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mw3iwid2iky0kwpn90bbswx8m4kkni5zdjc75clzhzzygh340sd"))
|
"0h4j40amdd92h1bhwcyw0kn6j2ihs671xfmz028qklx5cw8a31yg"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
|
Reference in a new issue