guix-commits
[Top][All Lists]
Advanced

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

42/94: gnu: libxml2: Update to 2.9.10.


From: guix-commits
Subject: 42/94: gnu: libxml2: Update to 2.9.10.
Date: Thu, 5 Dec 2019 12:15:33 -0500 (EST)

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

commit c9bba9928aec988b0eaf505ae12042c1200811e9
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 3 13:49:29 2019 +0100

    gnu: libxml2: Update to 2.9.10.
    
    * gnu/packages/xml.scm (libxml2): Update to 2.9.10.
---
 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 84066ff..cc21d31 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -117,14 +117,14 @@ hierarchical form with variable field lengths.")
 (define-public libxml2
   (package
     (name "libxml2")
-    (version "2.9.9")
+    (version "2.9.10")
     (source (origin
              (method url-fetch)
              (uri (string-append "ftp://xmlsoft.org/libxml2/libxml2-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0wd881jzvqayx0ihzba29jl80k06xj9ywp16kxacdqs3064p1ywl"))))
+               "07xynh8hcxb2yb1fs051xrgszjvj37wnxvxgsj10rzmqzy9y3zma"))))
     (build-system gnu-build-system)
     (outputs '("out" "static"))
     (arguments



reply via email to

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