1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 09:10:30 +02:00

gnu: libxml2: Update to 2.9.8.

* gnu/packages/xml.scm (libxml2): Update to 2.9.8.
This commit is contained in:
Marius Bakke
2018-03-08 13:51:57 +01:00
parent 1382bde93c
commit 1b5292ca54

View File

@@ -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")