gnu: emacs-embark: Update to 0.18.

* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.18.
This commit is contained in:
Nicolas Goaziou 2022-11-29 21:55:01 +01:00
parent 28d1e51b30
commit 8344007781
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -9872,25 +9872,28 @@ 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. Use commit matching version
(name "emacs-embark") ;; bump.
(version "0.17") (let ((commit "09da327d43793f0b30114ee80d82ef587124462a"))
(source (package
(origin (name "emacs-embark")
(method git-fetch) (version "0.18")
(uri (git-reference (source
(url "https://github.com/oantolin/embark") (origin
(commit version))) (method git-fetch)
(sha256 (uri (git-reference
(base32 "1s0ssf4q9kg4c5w87h2ypyvrhi31mz3s6k4h7pxi9a47lkccq8n1")) (url "https://github.com/oantolin/embark")
(file-name (git-file-name name version)))) (commit commit)))
(build-system emacs-build-system) (sha256
(propagated-inputs (base32 "0drzsa9rzjy0548pa161cf1d71lnyjri31rkwyjray9gy2adbnhv"))
(list emacs-avy emacs-consult)) (file-name (git-file-name name version))))
(home-page "https://github.com/oantolin/embark") (build-system emacs-build-system)
(synopsis "Emacs mini-buffer actions rooted in keymaps") (propagated-inputs
(description (list emacs-avy 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.
@ -9904,7 +9907,7 @@ 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