mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: libxml2: Update to 2.9.10.
* gnu/packages/xml.scm (libxml2): Update to 2.9.10.
This commit is contained in:
parent
c10247506a
commit
c9bba9928a
1 changed files with 2 additions and 2 deletions
|
@ -117,14 +117,14 @@ hierarchical form with variable field lengths.")
|
|||
(define-public libxml2
|
||||
(package
|
||||
(name "libxml2")
|
||||
(version "2.9.9")
|
||||
(version "2.9.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "ftp://xmlsoft.org/libxml2/libxml2-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wd881jzvqayx0ihzba29jl80k06xj9ywp16kxacdqs3064p1ywl"))))
|
||||
"07xynh8hcxb2yb1fs051xrgszjvj37wnxvxgsj10rzmqzy9y3zma"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "static"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue