diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-08 13:51:57 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-08 14:01:29 +0100 |
commit | 1b5292ca54288d52493cdfd1c2ae058724ff8d76 (patch) | |
tree | faee8ccca5c45867837186168a89daf4a4ad152e /gnu/packages/xml.scm | |
parent | 1382bde93c3ccb5be6b846b932edd7707fac1a3e (diff) | |
download | guix-1b5292ca54288d52493cdfd1c2ae058724ff8d76.tar guix-1b5292ca54288d52493cdfd1c2ae058724ff8d76.tar.gz |
gnu: libxml2: Update to 2.9.8.
* gnu/packages/xml.scm (libxml2): Update to 2.9.8.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index cc5e19af27..91febdffd4 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -105,14 +105,14 @@ hierarchical form with variable field lengths.") (define-public libxml2 (package (name "libxml2") - (version "2.9.7") + (version "2.9.8") (source (origin (method url-fetch) (uri (string-append "ftp://xmlsoft.org/libxml2/libxml2-" version ".tar.gz")) (sha256 (base32 - "034hylzspvkm0p4bczqbf8q05a7r2disr8dz725x4bin61ymwg7n")))) + "0ci7is75bwqqw2p32vxvrk6ds51ik7qgx73m920rakv5jlayax0b")))) (build-system gnu-build-system) (home-page "http://www.xmlsoft.org/") (synopsis "C parser for XML") |