gnu: emacs-embark: Update to 0.17.

* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.17.
This commit is contained in:
Nicolas Goaziou 2022-06-21 10:39:47 +02:00
parent d608201d6e
commit 0e415a8c6f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8862,7 +8862,7 @@ (define-public emacs-solaire-mode
(define-public emacs-embark (define-public emacs-embark
(package (package
(name "emacs-embark") (name "emacs-embark")
(version "0.16") (version "0.17")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -8870,7 +8870,7 @@ (define-public emacs-embark
(url "https://github.com/oantolin/embark") (url "https://github.com/oantolin/embark")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "04xxwhh577aam0fqfmprxqaw0v1l6yidikr6chajcf16mf1wd2gv")) (base32 "1s0ssf4q9kg4c5w87h2ypyvrhi31mz3s6k4h7pxi9a47lkccq8n1"))
(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