gnu: emacs-embark: Update to 1.0
* gnu/packages/emacs-xyx.scm (emacs-embark): Update to 1.0 Change-Id: I230bac996df9883a20c9f70e0b27f5bed37c91fa Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
9002b04e13
commit
1a9f267f51
1 changed files with 2 additions and 2 deletions
|
|
@ -11691,7 +11691,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.23")
|
(version "1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -11699,7 +11699,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 "1dmsaw1m819kzmai45c4cqh5lyyha451f7dxzwwfz9crmzg2w5sf"))
|
(base32 "14alpanynww6z7yxxyiiy24c0p4pq1argsb0pmqavq25mdxgn4v2"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
|
||||||
Reference in a new issue