guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: emacs-engine-mode: Update to 2.2.1.


From: guix-commits
Subject: 04/09: gnu: emacs-engine-mode: Update to 2.2.1.
Date: Mon, 19 Dec 2022 10:59:07 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 5aff27b68e41e9b821832863d67abe82c780196f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Dec 19 16:08:54 2022 +0100

    gnu: emacs-engine-mode: Update to 2.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-engine-mode): Update to 2.2.1.
---
 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 5cd518c5c4..4e971c6545 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18077,7 +18077,7 @@ the nick color and the background color
 (define-public emacs-engine-mode
   (package
     (name "emacs-engine-mode")
-    (version "2.1.1")
+    (version "2.2.1")
     (source
      (origin
        (method git-fetch)
@@ -18086,7 +18086,7 @@ the nick color and the background color
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xka8i4cdvp5r2v2mkli1zz17x1sdsnmszbhqav2rf94v656d91i"))))
+        (base32 "11ls3wrvfmcz61pps438x772nk06rqff91s3xi5rzc3n2hkl1ayb"))))
     (build-system emacs-build-system)
     (synopsis "Minor mode for defining and querying search engines")
     (description "@code{engine-mode} is a global minor mode for Emacs.  It



reply via email to

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