[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: emacs-engine-mode: Update to 2.1.1.
From: |
guix-commits |
Subject: |
01/01: gnu: emacs-engine-mode: Update to 2.1.1. |
Date: |
Tue, 5 Nov 2019 04:45:18 -0500 (EST) |
ambrevar pushed a commit to branch master
in repository guix.
commit 14eac09841b34a4e4554c8015d49d4d7657a2a50
Author: Pierre Neidhardt <address@hidden>
Date: Tue Nov 5 10:45:09 2019 +0100
gnu: emacs-engine-mode: Update to 2.1.1.
* gnu/packages/emacs-xyz.scm (emacs-engine-mode): Update to 2.1.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 4654a02..f02da54 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10399,7 +10399,7 @@ the nick color and the background color
(define-public emacs-engine-mode
(package
(name "emacs-engine-mode")
- (version "2.0.0")
+ (version "2.1.1")
(source
(origin
(method git-fetch)
@@ -10408,7 +10408,7 @@ the nick color and the background color
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "02xas46nl28mascqsyr1zcd4hn15bh0fjv2xlxv1kmrj0pis94ml"))))
+ (base32 "1xka8i4cdvp5r2v2mkli1zz17x1sdsnmszbhqav2rf94v656d91i"))))
(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