mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-eat: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-eat): Update to 0.7. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
b713a1bc7e
commit
f3424ada31
1 changed files with 2 additions and 2 deletions
|
@ -27949,7 +27949,7 @@ (define-public emacs-navigel
|
|||
(define-public emacs-eat
|
||||
(package
|
||||
(name "emacs-eat")
|
||||
(version "0.6")
|
||||
(version "0.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -27959,7 +27959,7 @@ (define-public emacs-eat
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1279dcagg01vb5izd95lm7i6z5zck136vw3lb06kam8xagrkvfjf"))
|
||||
"05wpjqbj0jv1sax788rdj0myfi596rimvfwh4mg0w6kcza291xiq"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
|
Loading…
Reference in a new issue