mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-yaml: Update to 0.5.2.
* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.2.
This commit is contained in:
parent
ba4a8b675c
commit
c4c67bc888
1 changed files with 2 additions and 2 deletions
|
@ -13658,7 +13658,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.1")
|
(version "0.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -13667,7 +13667,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 "0n0cf5y862ajyf2q0pnvbkhg57ggsri33x8y4q99s0a17ksk4qrm"))))
|
(base32 "05ps0lsapi0xymkyvqwnxhgkp6qzbfz1xpgq6s9d6g0ycc2fbmcm"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue