mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: emacs-embark: Update to 0.16.
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.16.
This commit is contained in:
parent
723ec40936
commit
67cb8e90c4
1 changed files with 2 additions and 2 deletions
|
@ -8558,7 +8558,7 @@ (define-public emacs-solaire-mode
|
|||
(define-public emacs-embark
|
||||
(package
|
||||
(name "emacs-embark")
|
||||
(version "0.15")
|
||||
(version "0.16")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8566,7 +8566,7 @@ (define-public emacs-embark
|
|||
(url "https://github.com/oantolin/embark")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "08wj0p3plvblbmfmn4vsanhldr2csrnm1lhk3g1nic5v26yi5l64"))
|
||||
(base32 "04xxwhh577aam0fqfmprxqaw0v1l6yidikr6chajcf16mf1wd2gv"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue