mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-yaml: Update to 0.5.4.
* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.4.
This commit is contained in:
parent
1e0db9b966
commit
b5ac2e1350
1 changed files with 2 additions and 2 deletions
|
@ -14698,7 +14698,7 @@ (define-public emacs-ido-ubiquitous
|
|||
(define-public emacs-yaml
|
||||
(package
|
||||
(name "emacs-yaml")
|
||||
(version "0.5.2")
|
||||
(version "0.5.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -14707,7 +14707,7 @@ (define-public emacs-yaml
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "05ps0lsapi0xymkyvqwnxhgkp6qzbfz1xpgq6s9d6g0ycc2fbmcm"))))
|
||||
(base32 "10sdcihgd8yvdf7yab5fsvq65amp25msjh7mbrxgk3w4zc96fxzi"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/zkry/yaml.el")
|
||||
(synopsis "YAML parser in Elisp")
|
||||
|
|
Loading…
Reference in a new issue