mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: emacs-embark: Update to 0.14.
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.14.
This commit is contained in:
parent
b4424e008c
commit
4ec6435ae5
1 changed files with 3 additions and 3 deletions
|
@ -8090,10 +8090,10 @@ (define-public emacs-solaire-mode
|
||||||
(define-public emacs-embark
|
(define-public emacs-embark
|
||||||
;; XXX: Upstream did not tag last release. Commit hash below matches
|
;; XXX: Upstream did not tag last release. Commit hash below matches
|
||||||
;; version bump.
|
;; version bump.
|
||||||
(let ((commit "bc3e4654329563ab28a96003610634c3a5e5a484"))
|
(let ((commit "5ebe2dfd91868ec525ea34ffd45941c5e9ce5358"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-embark")
|
(name "emacs-embark")
|
||||||
(version "0.13")
|
(version "0.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8101,7 +8101,7 @@ (define-public emacs-embark
|
||||||
(url "https://github.com/oantolin/embark")
|
(url "https://github.com/oantolin/embark")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1x6m6gc32z7kv9nkr8mwhi9mimbwhd37qyxpwj33hml9ygi8s7r6"))
|
(base32 "07siy3kxx06nklsw0aysfy0ijssqbql4v43vs60kwvzs875w4d2s"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue