gnu: emacs-embark: Update to 0.21.1.

* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.21.1.
This commit is contained in:
Nicolas Goaziou 2023-02-01 22:14:30 +01:00
parent 3046063645
commit 43eed907d2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10302,25 +10302,26 @@ (define-public emacs-solaire-mode
(license license:expat)))
(define-public emacs-embark
(package
(name "emacs-embark")
(version "0.19")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/oantolin/embark")
(commit version)))
(sha256
(base32 "05c8p7rqv9p8p3nhgcjfr66hpsqazhnhwsnfdapxd9z7wrybqbg5"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-avy emacs-consult))
(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
(let ((commit "63013c2d3ef4dccc95167218ccbf4f401e489c3e")) ;version bump
(package
(name "emacs-embark")
(version "0.21.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/oantolin/embark")
(commit commit)))
(sha256
(base32 "14qp46wa1xgmb09jyk9cadj0b3m7bwspqnprk3zbfc6gw1r53235"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-avy emacs-consult))
(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
the context.
@ -10334,7 +10335,7 @@ (define-public emacs-embark
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 installing, removing or visiting the homepage.")
(license license:gpl3+)))
(license license:gpl3+))))
(define-public emacs-prescient
(package