guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

52/244: gnu: emacs-eat: Update to 0.7.


From: guix-commits
Subject: 52/244: gnu: emacs-eat: Update to 0.7.
Date: Wed, 12 Apr 2023 08:47:19 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit e7d3526fdb59459755feb3540337aca4feefd8bd
Author: jgart <jgart@dismail.de>
AuthorDate: Sun Apr 2 20:15:05 2023 -0500

    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>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 28592658ef..b4edc680ba 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27949,7 +27949,7 @@ tabulated-lists).")
 (define-public emacs-eat
   (package
     (name "emacs-eat")
-    (version "0.6")
+    (version "0.7")
     (source
      (origin
        (method git-fetch)
@@ -27959,7 +27959,7 @@ tabulated-lists).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1279dcagg01vb5izd95lm7i6z5zck136vw3lb06kam8xagrkvfjf"))
+         "05wpjqbj0jv1sax788rdj0myfi596rimvfwh4mg0w6kcza291xiq"))
        (modules '((guix build utils)))
        (snippet
         #~(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]