gnu: emacs-yaml-mode: Update to 0.0.14.
* gnu/packages/emacs-xyz.scm (emacs-yaml-mode): Update to 0.0.14.master
parent
5d1d7ae413
commit
fbbdce47e2
|
@ -6360,15 +6360,16 @@ that uses the standard completion function completing-read.")
|
||||||
(define-public emacs-yaml-mode
|
(define-public emacs-yaml-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-yaml-mode")
|
(name "emacs-yaml-mode")
|
||||||
(version "0.0.13")
|
(version "0.0.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://raw.githubusercontent.com/yoshiki"
|
(uri (git-reference
|
||||||
"/yaml-mode/v" version "/yaml-mode.el"))
|
(url "https://github.com/yoshiki/yaml-mode.git")
|
||||||
(file-name (string-append "yaml-mode-" version ".el"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0im88sk9dqw03x6d6zaspgvg9i0pfpgb8f2zygrmbifh2w4pwmvj"))))
|
"18g064ardqi1f3xz7j6rs1x9fvv9sn0iq9vgid8c6qvxq7gwj00r"))))
|
||||||
(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")
|
||||||
|
|
Reference in New Issue