mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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>
This commit is contained in:
parent
e831283de8
commit
847284e196
1 changed files with 2 additions and 2 deletions
|
@ -3305,7 +3305,7 @@ (define-public emacs-ido-ubiquitous
|
||||||
(define-public emacs-yaml-mode
|
(define-public emacs-yaml-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-yaml-mode")
|
(name "emacs-yaml-mode")
|
||||||
(version "0.0.12")
|
(version "0.0.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://raw.githubusercontent.com/yoshiki"
|
(uri (string-append "https://raw.githubusercontent.com/yoshiki"
|
||||||
|
@ -3313,7 +3313,7 @@ (define-public emacs-yaml-mode
|
||||||
(file-name (string-append "yaml-mode-" version ".el"))
|
(file-name (string-append "yaml-mode-" version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17wq433ycli0qx4gdhgrmb392qblm6y2dwcyn38j5ja1lasfb0ax"))))
|
"0im88sk9dqw03x6d6zaspgvg9i0pfpgb8f2zygrmbifh2w4pwmvj"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/yoshiki/yaml-mode")
|
(home-page "https://github.com/yoshiki/yaml-mode")
|
||||||
(synopsis "Major mode for editing YAML files")
|
(synopsis "Major mode for editing YAML files")
|
||||||
|
|
Loading…
Reference in a new issue