mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-embark: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 1.1. Change-Id: I847b163a65f7e5535bc55553ef2b61edc787ad9f Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
bd1bdc41d2
commit
64c6160183
1 changed files with 2 additions and 2 deletions
|
@ -12154,7 +12154,7 @@ (define-public emacs-solaire-mode
|
||||||
(define-public emacs-embark
|
(define-public emacs-embark
|
||||||
(package
|
(package
|
||||||
(name "emacs-embark")
|
(name "emacs-embark")
|
||||||
(version "1.0")
|
(version "1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12162,7 +12162,7 @@ (define-public emacs-embark
|
||||||
(url "https://github.com/oantolin/embark")
|
(url "https://github.com/oantolin/embark")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14alpanynww6z7yxxyiiy24c0p4pq1argsb0pmqavq25mdxgn4v2"))
|
(base32 "1361jvwr3wjbpmq6dfkrhhhv9vrmqpkp1j18syp311g6h8hzi3hg"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue