diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-06-10 23:29:17 -0400 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2017-06-13 01:11:53 +0530 |
commit | 847284e196891d9970279e3ff6e4b37a59b8c40e (patch) | |
tree | abb1e77e038ac58a67134b8504fae3e3493f047f /gnu | |
parent | e831283de80a06e901028d8f3ebc900e6cc96517 (diff) | |
download | guix-847284e196891d9970279e3ff6e4b37a59b8c40e.tar.gz |
gnu: emacs-yaml-mode: Update to 0.0.13.
* gnu/packages/emacs.scm (emacs-yaml-mode): Update to 0.0.13. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index e836ec2fb5..0dae80867f 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -3305,7 +3305,7 @@ that uses the standard completion function completing-read.") (define-public emacs-yaml-mode (package (name "emacs-yaml-mode") - (version "0.0.12") + (version "0.0.13") (source (origin (method url-fetch) (uri (string-append "https://raw.githubusercontent.com/yoshiki" @@ -3313,7 +3313,7 @@ that uses the standard completion function completing-read.") (file-name (string-append "yaml-mode-" version ".el")) (sha256 (base32 - "17wq433ycli0qx4gdhgrmb392qblm6y2dwcyn38j5ja1lasfb0ax")))) + "0im88sk9dqw03x6d6zaspgvg9i0pfpgb8f2zygrmbifh2w4pwmvj")))) (build-system emacs-build-system) (home-page "https://github.com/yoshiki/yaml-mode") (synopsis "Major mode for editing YAML files") |