mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: emacs-embark: Update to 0.17.
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.17.
This commit is contained in:
parent
d608201d6e
commit
0e415a8c6f
1 changed files with 2 additions and 2 deletions
|
@ -8862,7 +8862,7 @@ (define-public emacs-solaire-mode
|
|||
(define-public emacs-embark
|
||||
(package
|
||||
(name "emacs-embark")
|
||||
(version "0.16")
|
||||
(version "0.17")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8870,7 +8870,7 @@ (define-public emacs-embark
|
|||
(url "https://github.com/oantolin/embark")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "04xxwhh577aam0fqfmprxqaw0v1l6yidikr6chajcf16mf1wd2gv"))
|
||||
(base32 "1s0ssf4q9kg4c5w87h2ypyvrhi31mz3s6k4h7pxi9a47lkccq8n1"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue