guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: libyaml: Update to 0.2.5.


From: guix-commits
Subject: 02/06: gnu: libyaml: Update to 0.2.5.
Date: Thu, 2 Jul 2020 17:31:12 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit dfa99fcd2797e10e00dc9f6bfc78c1e0a3f9777d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 27 15:37:08 2020 +0200

    gnu: libyaml: Update to 0.2.5.
    
    * gnu/packages/web.scm (libyaml): Update to 0.2.5.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index cca722f..ab68020 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]