guix-commits
[Top][All Lists]
Advanced

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

17/20: gnu: emacs-eat: Update to 0.8.


From: guix-commits
Subject: 17/20: gnu: emacs-eat: Update to 0.8.
Date: Sun, 16 Apr 2023 09:51:42 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3ea8e9cc1f94b5982c4d76f76ae7badd45c6cd7b
Author: jgart <jgart@dismail.de>
AuthorDate: Sat Apr 15 13:16:39 2023 -0500

    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>
---
 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 3ea06c9e36..cc827fb9d5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28056,7 +28056,7 @@ tabulated-lists).")
 (define-public emacs-eat
   (package
     (name "emacs-eat")
-    (version "0.7")
+    (version "0.8")
     (source
      (origin
        (method git-fetch)
@@ -28066,7 +28066,7 @@ tabulated-lists).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "05wpjqbj0jv1sax788rdj0myfi596rimvfwh4mg0w6kcza291xiq"))
+         "1fb66g7jjc7dhw61323d94mx7gqfp6ylf9a7v5qym1n92mv48bdr"))
        (modules '((guix build utils)))
        (snippet
         #~(begin



reply via email to

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