gnu: emacs-embark: Update to 0.13.

* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.13.
[description]: Fix typo.
This commit is contained in:
Nicolas Goaziou 2021-11-02 19:06:51 +01:00
parent b5e7a64ccf
commit aef5173222
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8207,40 +8207,43 @@ them easier to distinguish from other, less important buffers.")
(license license:expat))) (license license:expat)))
(define-public emacs-embark (define-public emacs-embark
(package ;; XXX: Upstream did not tag last release. Commit hash below matches
(name "emacs-embark") ;; version bump.
(version "0.12") (let ((commit "bc3e4654329563ab28a96003610634c3a5e5a484"))
(source (package
(origin (name "emacs-embark")
(method git-fetch) (version "0.13")
(uri (git-reference (source
(url "https://github.com/oantolin/embark") (origin
(commit version))) (method git-fetch)
(sha256 (uri (git-reference
(base32 "16z7g6ynj4d64wsg49skhwypn5j6awlpsawbz61djsmpzlzjnv36")) (url "https://github.com/oantolin/embark")
(file-name (git-file-name name version)))) (commit commit)))
(build-system emacs-build-system) (sha256
(propagated-inputs (base32 "1x6m6gc32z7kv9nkr8mwhi9mimbwhd37qyxpwj33hml9ygi8s7r6"))
`(("emacs-avy" ,emacs-avy) (file-name (git-file-name name version))))
("emacs-consult" ,emacs-consult))) (build-system emacs-build-system)
(home-page "https://github.com/oantolin/embark") (propagated-inputs
(synopsis "Emacs mini-buffer actions rooted in keymaps") `(("emacs-avy" ,emacs-avy)
(description ("emacs-consult" ,emacs-consult)))
"This package provides a sort of right-click contextual menu for Emacs (home-page "https://github.com/oantolin/embark")
(synopsis "Emacs mini-buffer actions rooted in keymaps")
(description
"This package provides a sort of right-click contextual menu for Emacs
offering you relevant @emph{actions} to use on a @emph{target} determined by offering you relevant @emph{actions} to use on a @emph{target} determined by
the context. the context.
In the minibuffer, the target is the current best completion candidate. In In the minibuffer, the target is the current best completion candidate. In
the @code{*Completions*} buffer the target is the completion at point. the @code{*Completions*} buffer the target is the completion at point. In
n a regular buffer, the target is the region if active, or else the file, a regular buffer, the target is the region if active, or else the file, symbol
symbol or URL at point. or URL at point.
The type of actions offered depend on the type of the target. For files you The type of actions offered depend on the type of the target. For files you
get offered actions like deleting, copying, renaming, visiting in another get offered actions like deleting, copying, renaming, visiting in another
window, running a shell command on the file, etc. For buffers the actions window, running a shell command on the file, etc. For buffers the actions
include switching to or killing the buffer. For package names the actions include switching to or killing the buffer. For package names the actions
include installing, removing or visiting the homepage.") include installing, removing or visiting the homepage.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-prescient (define-public emacs-prescient
(package (package