summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-11-19 15:49:36 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-11-28 14:24:09 +0100
commit940131868585e46ab155123b25024a0e53627b1f (patch)
treea89be7d3e87aae935ef917a268c07a2c7984d531
parent3a0b4038f03d4f63e7d37d85d3f59d9837ba3972 (diff)
downloadpatches-940131868585e46ab155123b25024a0e53627b1f.tar
patches-940131868585e46ab155123b25024a0e53627b1f.tar.gz
gnu: libxml2: Update to 2.9.7.
* gnu/packages/xml.scm (libxml2): Update to 2.9.7.
-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 674b65bfa5..407d5796e7 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")