gnu: emacs-yaml-mode: Update to 0.0.14.

* gnu/packages/emacs-xyz.scm (emacs-yaml-mode): Update to 0.0.14.
master
Brian Leung 2019-09-25 20:58:53 +02:00
parent 5d1d7ae413
commit fbbdce47e2
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 7 additions and 6 deletions

View File

@ -6360,15 +6360,16 @@ that uses the standard completion function completing-read.")
(define-public emacs-yaml-mode
(package
(name "emacs-yaml-mode")
(version "0.0.13")
(version "0.0.14")
(source (origin
(method url-fetch)
(uri (string-append "https://raw.githubusercontent.com/yoshiki"
"/yaml-mode/v" version "/yaml-mode.el"))
(file-name (string-append "yaml-mode-" version ".el"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/yoshiki/yaml-mode.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0im88sk9dqw03x6d6zaspgvg9i0pfpgb8f2zygrmbifh2w4pwmvj"))))
"18g064ardqi1f3xz7j6rs1x9fvv9sn0iq9vgid8c6qvxq7gwj00r"))))
(build-system emacs-build-system)
(home-page "https://github.com/yoshiki/yaml-mode")
(synopsis "Major mode for editing YAML files")