diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-11-19 15:49:36 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-28 14:24:09 +0100 |
commit | 940131868585e46ab155123b25024a0e53627b1f (patch) | |
tree | a89be7d3e87aae935ef917a268c07a2c7984d531 /gnu/packages/xml.scm | |
parent | 3a0b4038f03d4f63e7d37d85d3f59d9837ba3972 (diff) | |
download | guix-940131868585e46ab155123b25024a0e53627b1f.tar guix-940131868585e46ab155123b25024a0e53627b1f.tar.gz |
gnu: libxml2: Update to 2.9.7.
* gnu/packages/xml.scm (libxml2): Update to 2.9.7.
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 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") |