gnu: emacs-yaml: Update to 0.5.5.
* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.5. Change-Id: Id20c84596a74cd44055fc70892c4b843555c5ca7
This commit is contained in:
parent
cb0fd4b412
commit
db1d91ae6f
1 changed files with 2 additions and 2 deletions
|
|
@ -14979,7 +14979,7 @@ that uses the standard completion function completing-read.")
|
||||||
(define-public emacs-yaml
|
(define-public emacs-yaml
|
||||||
(package
|
(package
|
||||||
(name "emacs-yaml")
|
(name "emacs-yaml")
|
||||||
(version "0.5.4")
|
(version "0.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -14988,7 +14988,7 @@ that uses the standard completion function completing-read.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10sdcihgd8yvdf7yab5fsvq65amp25msjh7mbrxgk3w4zc96fxzi"))))
|
(base32 "0qq9jr1ihk1b5wfvppyvb8c2pq2gma9wysggd22iln4nqz2mjc81"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/zkry/yaml.el")
|
(home-page "https://github.com/zkry/yaml.el")
|
||||||
(synopsis "YAML parser in Elisp")
|
(synopsis "YAML parser in Elisp")
|
||||||
|
|
|
||||||
Reference in a new issue