mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: emacs-engine-mode: Update to 2.2.1.
* gnu/packages/emacs-xyz.scm (emacs-engine-mode): Update to 2.2.1.
This commit is contained in:
parent
1d893c3a97
commit
5aff27b68e
1 changed files with 2 additions and 2 deletions
|
@ -18077,7 +18077,7 @@ (define-public emacs-erc-hl-nicks
|
|||
(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 @@ (define-public emacs-engine-mode
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue