summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-12-03 13:49:29 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-12-05 17:59:03 +0100
commitc9bba9928aec988b0eaf505ae12042c1200811e9 (patch)
tree9f977efe915d4320031fa4bedc6148fbe6068cc2 /gnu/packages/xml.scm
parentc10247506a12882a55490dc69b1f5d3be49f5129 (diff)
downloadguix-patches-c9bba9928aec988b0eaf505ae12042c1200811e9.tar
guix-patches-c9bba9928aec988b0eaf505ae12042c1200811e9.tar.gz
gnu: libxml2: Update to 2.9.10.
* gnu/packages/xml.scm (libxml2): Update to 2.9.10.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 84066ff5d1..cc21d315eb 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