mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: emacs-yaml-mode: Update to 0.0.16.
* gnu/packages/emacs-xyz.scm (emacs-yaml-mode): Update to 0.0.16.
This commit is contained in:
parent
b346b93d41
commit
d3021c4538
1 changed files with 2 additions and 2 deletions
|
@ -14720,7 +14720,7 @@ (define-public emacs-yaml
|
|||
(define-public emacs-yaml-mode
|
||||
(package
|
||||
(name "emacs-yaml-mode")
|
||||
(version "0.0.15")
|
||||
(version "0.0.16")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -14729,7 +14729,7 @@ (define-public emacs-yaml-mode
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0gsa153yp8lmwrvcc3nzpw5lj037y7q2nm23k5k404r5as4k355l"))))
|
||||
(base32 "0jqg2hmh7qsgqywwd6fy3k8z8j45nqhpdzr3hw4hd5s2hry3zhg1"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/yoshiki/yaml-mode")
|
||||
(synopsis "Major mode for editing YAML files")
|
||||
|
|
Loading…
Reference in a new issue