[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-eat: Update to 0.9.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-eat: Update to 0.9.2. |
Date: |
Thu, 19 Oct 2023 19:46:30 -0400 |
This is an automated email from the git hooks/post-receive script.
jgart pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 68fe73cf39 gnu: emacs-eat: Update to 0.9.2.
68fe73cf39 is described below
commit 68fe73cf39cb9347ecb4c87f466ddf1fd044269c
Author: Akib Azmain Turja <akib@disroot.org>
AuthorDate: Sun Oct 15 23:06:20 2023 +0600
gnu: emacs-eat: Update to 0.9.2.
* gnu/packages/emacs-xyz.scm (emacs-eat): Update to 0.9.2.
---
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 bb8c25f9b5..659e96600e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29193,7 +29193,7 @@ tabulated-lists).")
(define-public emacs-eat
(package
(name "emacs-eat")
- (version "0.9")
+ (version "0.9.2")
(source
(origin
(method git-fetch)
@@ -29203,7 +29203,7 @@ tabulated-lists).")
(file-name (git-file-name name version))
(sha256
(base32
- "0d0p1yrd6n409m2szn3k9d82913kjzp24j11lksp85328qhav9g7"))
+ "1mw3iwid2iky0kwpn90bbswx8m4kkni5zdjc75clzhzzygh340sd"))
(modules '((guix build utils)))
(snippet
#~(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-eat: Update to 0.9.2.,
guix-commits <=