guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: libxml2: Update to 2.9.7.


From: Marius Bakke
Subject: 08/13: gnu: libxml2: Update to 2.9.7.
Date: Tue, 28 Nov 2017 08:26:37 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 940131868585e46ab155123b25024a0e53627b1f
Author: Marius Bakke <address@hidden>
Date:   Sun Nov 19 15:49:36 2017 +0100

    gnu: libxml2: Update to 2.9.7.
    
    * gnu/packages/xml.scm (libxml2): Update to 2.9.7.
---
 gnu/packages/xml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 674b65b..407d579 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -99,14 +99,14 @@ hierarchical form with variable field lengths.")
 (define-public libxml2
   (package
     (name "libxml2")
-    (version "2.9.6")
+    (version "2.9.7")
     (source (origin
              (method url-fetch)
              (uri (string-append "ftp://xmlsoft.org/libxml2/libxml2-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1g7byn6y0yw17rl74gs89xnxrpwj424938rf8qfqh3i4lz63i44b"))))
+               "034hylzspvkm0p4bczqbf8q05a7r2disr8dz725x4bin61ymwg7n"))))
     (build-system gnu-build-system)
     (home-page "http://www.xmlsoft.org/";)
     (synopsis "C parser for XML")



reply via email to

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