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

* gnu/packages/emacs-xyz.scm (emacs-engine-mode): Update to 2.2.4.
This commit is contained in:
Nicolas Goaziou 2023-06-24 17:10:54 +02:00
parent 19950903f6
commit e4e8e901fd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19610,7 +19610,7 @@ (define-public emacs-erc-hl-nicks
(define-public emacs-engine-mode (define-public emacs-engine-mode
(package (package
(name "emacs-engine-mode") (name "emacs-engine-mode")
(version "2.2.1") (version "2.2.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -19619,12 +19619,12 @@ (define-public emacs-engine-mode
(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 "11ls3wrvfmcz61pps438x772nk06rqff91s3xi5rzc3n2hkl1ayb")))) (base32 "1q4rwp0rv1azabhx5l3pnxdja2911815k6ijmfdx6s3vwyvd2wyn"))))
(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 "Engine mode is a global minor mode for Emacs. It enables
enables you to easily define search engines, bind them to keybindings, and you to easily define search engines, bind them to keybindings, and query them
query them from the comfort of your editor.") from the comfort of your editor.")
(home-page "https://github.com/hrs/engine-mode") (home-page "https://github.com/hrs/engine-mode")
(license license:gpl3+))) (license license:gpl3+)))