gnu: emacs-embark: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.12.master
parent
a84960f337
commit
da168ee6d6
|
@ -8209,7 +8209,7 @@ them easier to distinguish from other, less important buffers.")
|
||||||
(define-public emacs-embark
|
(define-public emacs-embark
|
||||||
(package
|
(package
|
||||||
(name "emacs-embark")
|
(name "emacs-embark")
|
||||||
(version "0.10")
|
(version "0.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8217,7 +8217,7 @@ them easier to distinguish from other, less important buffers.")
|
||||||
(url "https://github.com/oantolin/embark")
|
(url "https://github.com/oantolin/embark")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "063hc0hganws11vjdk3ic0mxm9i0vpw6s7hzbgxvja0gjkdxjldz"))
|
(base32 "16z7g6ynj4d64wsg49skhwypn5j6awlpsawbz61djsmpzlzjnv36"))
|
||||||
(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
|
||||||
|
|
Reference in New Issue