gnu: emacs-yaml-mode: Update to 0.0.15.
* gnu/packages/emacs-xyz.scm (emacs-yaml-mode): Update to 0.0.15. [description]: Remove out of place information. Fix typography.master
parent
0ad05c903e
commit
74b5b69969
|
@ -8782,25 +8782,24 @@ 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.14")
|
(version "0.0.15")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/yoshiki/yaml-mode")
|
(uri (git-reference
|
||||||
(commit version)))
|
(url "https://github.com/yoshiki/yaml-mode")
|
||||||
(file-name (git-file-name name version))
|
(commit version)))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"18g064ardqi1f3xz7j6rs1x9fvv9sn0iq9vgid8c6qvxq7gwj00r"))))
|
(base32 "0gsa153yp8lmwrvcc3nzpw5lj037y7q2nm23k5k404r5as4k355l"))))
|
||||||
(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")
|
||||||
(description
|
(description
|
||||||
"Yaml-mode is an Emacs major mode for editing files in the YAML data
|
"Yaml mode is an Emacs major mode for editing files in the YAML data
|
||||||
serialization format. It was initially developed by Yoshiki Kurihara and many
|
serialization format. As YAML and Python share the fact that indentation
|
||||||
features were added by Marshall Vandegrift. As YAML and Python share the fact
|
determines structure, this mode provides indentation and indentation command
|
||||||
that indentation determines structure, this mode provides indentation and
|
behavior very similar to that of Python mode.")
|
||||||
indentation command behavior very similar to that of python-mode.")
|
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-gitlab-ci-mode
|
(define-public emacs-gitlab-ci-mode
|
||||||
|
|
Reference in New Issue