mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 09:43:43 -05:00
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:
parent
99b27f9238
commit
e51f886e19
1 changed files with 2 additions and 2 deletions
|
@ -11627,7 +11627,7 @@ (define-public emacs-ido-ubiquitous
|
||||||
(define-public emacs-yaml
|
(define-public emacs-yaml
|
||||||
(package
|
(package
|
||||||
(name "emacs-yaml")
|
(name "emacs-yaml")
|
||||||
(version "0.3.4")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -11636,7 +11636,7 @@ (define-public emacs-yaml
|
||||||
(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 "13fjxrr7iyfagbm21p5is5jw1zv56ns2mnac145v8lqli6mrr5gx"))))
|
(base32 "0n8d2p4x7yvqg4756p671p5psrmnphxqjajv9bfll43rs57dd2bv"))))
|
||||||
(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…
Reference in a new issue