guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: emacs-eat: Update to 0.6.


From: guix-commits
Subject: 07/07: gnu: emacs-eat: Update to 0.6.
Date: Mon, 27 Feb 2023 21:42:21 -0500 (EST)

abcdw pushed a commit to branch master
in repository guix.

commit a79950af1568c262a79fc0cdfd391b7328c058cf
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Feb 28 06:34:30 2023 +0400

    gnu: emacs-eat: Update to 0.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-eat): Update to 0.6.
---
 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 c585dbe6e5..d2ad6a8cf7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27431,7 +27431,7 @@ tabulated-lists).")
 (define-public emacs-eat
   (package
     (name "emacs-eat")
-    (version "0.4")
+    (version "0.6")
     (source
      (origin
        (method git-fetch)
@@ -27441,7 +27441,7 @@ tabulated-lists).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0zs1fwbapgsap8vai97f1inginb896gl15kyjm521nvaywk4rc12"))
+         "1279dcagg01vb5izd95lm7i6z5zck136vw3lb06kam8xagrkvfjf"))
        (modules '((guix build utils)))
        (snippet
         #~(begin



reply via email to

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