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,20 +8115,17 @@ 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
;; version bump.
(let ((commit "5ebe2dfd91868ec525ea34ffd45941c5e9ce5358"))
(package (package
(name "emacs-embark") (name "emacs-embark")
(version "0.14") (version "0.15")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/oantolin/embark") (url "https://github.com/oantolin/embark")
(commit commit))) (commit version)))
(sha256 (sha256
(base32 "07siy3kxx06nklsw0aysfy0ijssqbql4v43vs60kwvzs875w4d2s")) (base32 "08wj0p3plvblbmfmn4vsanhldr2csrnm1lhk3g1nic5v26yi5l64"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
@ -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