gnu: emacs-yaml: Update to 0.5.0.

* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.0.
This commit is contained in:
Nicolas Goaziou 2022-07-12 11:55:39 +02:00
parent 99b27f9238
commit e51f886e19
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11627,7 +11627,7 @@ (define-public emacs-ido-ubiquitous
(define-public emacs-yaml
(package
(name "emacs-yaml")
(version "0.3.4")
(version "0.5.0")
(source
(origin
(method git-fetch)
@ -11636,7 +11636,7 @@ (define-public emacs-yaml
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "13fjxrr7iyfagbm21p5is5jw1zv56ns2mnac145v8lqli6mrr5gx"))))
(base32 "0n8d2p4x7yvqg4756p671p5psrmnphxqjajv9bfll43rs57dd2bv"))))
(build-system emacs-build-system)
(home-page "https://github.com/zkry/yaml.el")
(synopsis "YAML parser in Elisp")