diff options
author | Marius Bakke <marius@gnu.org> | 2020-06-27 15:37:08 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-02 23:30:21 +0200 |
commit | dfa99fcd2797e10e00dc9f6bfc78c1e0a3f9777d (patch) | |
tree | fa03e6eced6c2df307ee2a81b2f1932c5d6d2b61 /gnu/packages | |
parent | 793a3ca19428e669582639b1a25fc956dc6d24bf (diff) | |
download | guix-dfa99fcd2797e10e00dc9f6bfc78c1e0a3f9777d.tar.gz guix-dfa99fcd2797e10e00dc9f6bfc78c1e0a3f9777d.zip |
gnu: libyaml: Update to 0.2.5.
* gnu/packages/web.scm (libyaml): Update to 0.2.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index cca722f6e9..ab680209a9 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1488,7 +1488,7 @@ hash/signatures.") (define-public libyaml (package (name "libyaml") - (version "0.2.4") + (version "0.2.5") (source (origin (method url-fetch) @@ -1497,7 +1497,7 @@ hash/signatures.") version ".tar.gz")) (sha256 (base32 - "0mq5wf17ifcwwxq3kbimhi53jn3fg23vcynqpzxjcz3vfjlfs2nq")))) + "1x4fcw13r3lqy8ndydr3ili87wicplw2awbcv6r21qgyfndswhn6")))) (build-system gnu-build-system) (home-page "http://pyyaml.org/wiki/LibYAML") (synopsis "YAML 1.1 parser and emitter written in C") |