aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-02-07 21:18:28 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-02-07 22:10:18 +0100
commit723c356d806223c0e1ecf921f6cf15af83387fb1 (patch)
treea53044154597ee1a8643ad137fb4862bc4429bba /gnu/packages/xml.scm
parent85559eb88b9a5c9d0c44eaadd83c9ec565c4d4e1 (diff)
downloadguix-723c356d806223c0e1ecf921f6cf15af83387fb1.tar
guix-723c356d806223c0e1ecf921f6cf15af83387fb1.tar.gz
gnu: libxml2: Update to 2.9.9.
* gnu/packages/xml.scm (libxml2): Update to 2.9.9.
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 f15c24243a..b6d6bf8034 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -123,14 +123,14 @@ hierarchical form with variable field lengths.")
(define-public libxml2
(package
(name "libxml2")
- (version "2.9.8")
+ (version "2.9.9")
(source (origin
(method url-fetch)
(uri (string-append "ftp://xmlsoft.org/libxml2/libxml2-"
version ".tar.gz"))
(sha256
(base32
- "0ci7is75bwqqw2p32vxvrk6ds51ik7qgx73m920rakv5jlayax0b"))))
+ "0wd881jzvqayx0ihzba29jl80k06xj9ywp16kxacdqs3064p1ywl"))))
(build-system gnu-build-system)
(outputs '("out" "static"))
(arguments