gnu: emacs-embark: Update to 0.14.

* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.14.
This commit is contained in:
Nicolas Goaziou 2021-12-29 15:11:24 +01:00
parent b4424e008c
commit 4ec6435ae5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8090,10 +8090,10 @@ (define-public emacs-solaire-mode
(define-public emacs-embark (define-public emacs-embark
;; XXX: Upstream did not tag last release. Commit hash below matches ;; XXX: Upstream did not tag last release. Commit hash below matches
;; version bump. ;; version bump.
(let ((commit "bc3e4654329563ab28a96003610634c3a5e5a484")) (let ((commit "5ebe2dfd91868ec525ea34ffd45941c5e9ce5358"))
(package (package
(name "emacs-embark") (name "emacs-embark")
(version "0.13") (version "0.14")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -8101,7 +8101,7 @@ (define-public emacs-embark
(url "https://github.com/oantolin/embark") (url "https://github.com/oantolin/embark")
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 "1x6m6gc32z7kv9nkr8mwhi9mimbwhd37qyxpwj33hml9ygi8s7r6")) (base32 "07siy3kxx06nklsw0aysfy0ijssqbql4v43vs60kwvzs875w4d2s"))
(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