gnu: emacs-engine-mode: Update to 2.1.1.
* gnu/packages/emacs-xyz.scm (emacs-engine-mode): Update to 2.1.1.master
parent
41b4b713f4
commit
14eac09841
|
@ -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
|
||||||
|
|
Reference in New Issue