gnu: emacs-embark: Update to 0.15.

* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.15.
This commit is contained in:
Nicolas Goaziou 2022-01-15 22:39:39 +01:00
parent f542ef076a
commit 467fb8abc5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8115,28 +8115,25 @@ them easier to distinguish from other, less important buffers.")
(license license:expat))) (license license:expat)))
(define-public emacs-embark (define-public emacs-embark
;; XXX: Upstream did not tag last release. Commit hash below matches (package
;; version bump. (name "emacs-embark")
(let ((commit "5ebe2dfd91868ec525ea34ffd45941c5e9ce5358")) (version "0.15")
(package (source
(name "emacs-embark") (origin
(version "0.14") (method git-fetch)
(source (uri (git-reference
(origin (url "https://github.com/oantolin/embark")
(method git-fetch) (commit version)))
(uri (git-reference (sha256
(url "https://github.com/oantolin/embark") (base32 "08wj0p3plvblbmfmn4vsanhldr2csrnm1lhk3g1nic5v26yi5l64"))
(commit commit))) (file-name (git-file-name name version))))
(sha256 (build-system emacs-build-system)
(base32 "07siy3kxx06nklsw0aysfy0ijssqbql4v43vs60kwvzs875w4d2s")) (propagated-inputs
(file-name (git-file-name name version)))) (list emacs-avy emacs-consult))
(build-system emacs-build-system) (home-page "https://github.com/oantolin/embark")
(propagated-inputs (synopsis "Emacs mini-buffer actions rooted in keymaps")
(list emacs-avy emacs-consult)) (description
(home-page "https://github.com/oantolin/embark") "This package provides a sort of right-click contextual menu for Emacs
(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.
@ -8150,7 +8147,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