guix-commits
[Top][All Lists]
Advanced

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

17/18: gnu: emacs-eat: Update to 0.9.4.


From: guix-commits
Subject: 17/18: gnu: emacs-eat: Update to 0.9.4.
Date: Thu, 4 Jan 2024 06:11:30 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 4d0d651366a0901abaffdac55ef064cb9cb90b01
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 4 12:05:52 2024 +0100

    gnu: emacs-eat: Update to 0.9.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-eat): Update to 0.9.4.
    
    Change-Id: Id8ec98ba1f8ebc5f63db5798a6dc7043ca6db393
---
 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 b0697a910f..1897560df1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29526,7 +29526,7 @@ tabulated-lists).")
 (define-public emacs-eat
   (package
     (name "emacs-eat")
-    (version "0.9.2")
+    (version "0.9.4")
     (source
      (origin
        (method git-fetch)
@@ -29536,7 +29536,7 @@ tabulated-lists).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1mw3iwid2iky0kwpn90bbswx8m4kkni5zdjc75clzhzzygh340sd"))
+         "0h4j40amdd92h1bhwcyw0kn6j2ihs671xfmz028qklx5cw8a31yg"))
        (modules '((guix build utils)))
        (snippet
         #~(begin



reply via email to

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