gnu: libxml2: Update to 2.9.9.
* gnu/packages/xml.scm (libxml2): Update to 2.9.9.
This commit is contained in:
parent
85559eb88b
commit
723c356d80
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue