me
/
guix
Archived
1
0
Fork 0

gnu: emacs-engine-mode: Update to 2.1.1.

* gnu/packages/emacs-xyz.scm (emacs-engine-mode): Update to 2.1.1.
master
Pierre Neidhardt 2019-11-05 10:45:09 +01:00
parent 41b4b713f4
commit 14eac09841
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -10399,7 +10399,7 @@ the nick color and the background color
(define-public emacs-engine-mode (define-public emacs-engine-mode
(package (package
(name "emacs-engine-mode") (name "emacs-engine-mode")
(version "2.0.0") (version "2.1.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -10408,7 +10408,7 @@ the nick color and the background color
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "02xas46nl28mascqsyr1zcd4hn15bh0fjv2xlxv1kmrj0pis94ml")))) (base32 "1xka8i4cdvp5r2v2mkli1zz17x1sdsnmszbhqav2rf94v656d91i"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(synopsis "Minor mode for defining and querying search engines") (synopsis "Minor mode for defining and querying search engines")
(description "@code{engine-mode} is a global minor mode for Emacs. It (description "@code{engine-mode} is a global minor mode for Emacs. It