gnu: emacs-eat: Update to 0.8.
* gnu/packages/emacs-xyz.scm (emacs-eat): Update to 0.8. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
0d490b1e13
commit
3ea8e9cc1f
|
@ -28056,7 +28056,7 @@ tabulated-lists).")
|
||||||
(define-public emacs-eat
|
(define-public emacs-eat
|
||||||
(package
|
(package
|
||||||
(name "emacs-eat")
|
(name "emacs-eat")
|
||||||
(version "0.7")
|
(version "0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -28066,7 +28066,7 @@ tabulated-lists).")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05wpjqbj0jv1sax788rdj0myfi596rimvfwh4mg0w6kcza291xiq"))
|
"1fb66g7jjc7dhw61323d94mx7gqfp6ylf9a7v5qym1n92mv48bdr"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
|
Reference in New Issue