me
/
guix
Archived
1
0
Fork 0

gnu: emacs-yaml: Update to 0.5.4.

* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.4.
master
Nicolas Goaziou 2023-10-03 21:40:44 +02:00
parent 1e0db9b966
commit b5ac2e1350
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -14698,7 +14698,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.2") (version "0.5.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -14707,7 +14707,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 "05ps0lsapi0xymkyvqwnxhgkp6qzbfz1xpgq6s9d6g0ycc2fbmcm")))) (base32 "10sdcihgd8yvdf7yab5fsvq65amp25msjh7mbrxgk3w4zc96fxzi"))))
(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")