guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: libcyaml: Update to 1.1.0.


From: guix-commits
Subject: 04/06: gnu: libcyaml: Update to 1.1.0.
Date: Thu, 2 Jul 2020 17:31:13 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 6a3ae2eec7c7ea06499e70343884ce576e2c29f8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 27 16:26:02 2020 +0200

    gnu: libcyaml: Update to 1.1.0.
    
    * gnu/packages/web.scm (libcyaml): Update to 1.1.0.
---
 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 cb877bc..0835618 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5018,7 +5018,7 @@ written in C.  It is developed as part of the NetSurf 
project.")
 (define-public libcyaml
   (package
     (name "libcyaml")
-    (version "1.0.1")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
@@ -5027,7 +5027,7 @@ written in C.  It is developed as part of the NetSurf 
project.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0h5ydyqdl8kzh526np3jsi0pm7ks16nh1hjkdsjcd6pacw7y6i6z"))))
+        (base32 "0428p0rwq71nhh5nzcbapsbrjxa0x5l6h6ns32nxv7j624f0zd93"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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