[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/19: gnu: emacs-engine-mode: Update to 2.2.4.
From: |
guix-commits |
Subject: |
11/19: gnu: emacs-engine-mode: Update to 2.2.4. |
Date: |
Sat, 24 Jun 2023 11:43:46 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit e4e8e901fd00726f2ed6fbad6785898f4e973632
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 24 17:10:54 2023 +0200
gnu: emacs-engine-mode: Update to 2.2.4.
* gnu/packages/emacs-xyz.scm (emacs-engine-mode): Update to 2.2.4.
---
gnu/packages/emacs-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 13aff8acc1..b9d798f018 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19610,7 +19610,7 @@ the nick color and the background color
(define-public emacs-engine-mode
(package
(name "emacs-engine-mode")
- (version "2.2.1")
+ (version "2.2.4")
(source
(origin
(method git-fetch)
@@ -19619,12 +19619,12 @@ the nick color and the background color
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "11ls3wrvfmcz61pps438x772nk06rqff91s3xi5rzc3n2hkl1ayb"))))
+ (base32 "1q4rwp0rv1azabhx5l3pnxdja2911815k6ijmfdx6s3vwyvd2wyn"))))
(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
-enables you to easily define search engines, bind them to keybindings, and
-query them from the comfort of your editor.")
+ (description "Engine mode is a global minor mode for Emacs. It enables
+you to easily define search engines, bind them to keybindings, and query them
+from the comfort of your editor.")
(home-page "https://github.com/hrs/engine-mode")
(license license:gpl3+)))
- 05/19: gnu: emacs-subed: Update to 1.2.3., (continued)
- 05/19: gnu: emacs-subed: Update to 1.2.3., guix-commits, 2023/06/24
- 03/19: gnu: emacs-auto-compile: Update to 1.8.1., guix-commits, 2023/06/24
- 02/19: gnu: emacs-all-the-icons-completion: Update to 1.0., guix-commits, 2023/06/24
- 01/19: gnu: Add emacs-x509-mode., guix-commits, 2023/06/24
- 07/19: gnu: emacs-dtrt-indent: Update to 1.10., guix-commits, 2023/06/24
- 14/19: gnu: emacs-logos: Update to 1.1.0., guix-commits, 2023/06/24
- 10/19: gnu: emacs-ement: Update to 0.10., guix-commits, 2023/06/24
- 04/19: gnu: emacs-autothemer: Update to 0.2.18., guix-commits, 2023/06/24
- 06/19: gnu: emacs-debbugs: Update to 0.36., guix-commits, 2023/06/24
- 09/19: gnu: emacs-elixir-mode: Update to 2.4.1., guix-commits, 2023/06/24
- 11/19: gnu: emacs-engine-mode: Update to 2.2.4.,
guix-commits <=
- 12/19: gnu: emacs-evil-matchit: Update to 3.0.1., guix-commits, 2023/06/24
- 13/19: gnu: emacs-keycast: Update to 1.3.2., guix-commits, 2023/06/24
- 16/19: gnu: emacs-nano-modeline: Update to 1.0.1., guix-commits, 2023/06/24
- 15/19: gnu: emacs-logview: Update to 0.16.2., guix-commits, 2023/06/24
- 17/19: gnu: emacs-pdf-tools: Update to 1.1.0., guix-commits, 2023/06/24
- 18/19: gnu: emacs-plz: Update to 0.6., guix-commits, 2023/06/24
- 19/19: gnu: emacs-zmq: Update to 1.0.0., guix-commits, 2023/06/24