summary refs log tree commit diff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-08-19 19:55:14 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-08-21 17:24:27 +0200
commit1c61a086bcb2644e6d6c6fc714dde498402cc561 (patch)
treeffd68f823cc7f4e2b4a1c1f8b8f835d27745e950 /gnu/packages/xml.scm
parentf203e533861005431e26adbbd1bb053c22dbf0de (diff)
downloadguix-1c61a086bcb2644e6d6c6fc714dde498402cc561.tar.gz
gnu: expat: Update to 2.2.6.
* gnu/packages/xml.scm (expat): Update to 2.2.6.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 26810773ce..e4284333bc 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -64,14 +64,14 @@
 (define-public expat
   (package
     (name "expat")
-    (version "2.2.5")
+    (version "2.2.6")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/expat/expat/"
                                  version "/expat-" version ".tar.bz2"))
              (sha256
               (base32
-               "1xpd78sp7m34jqrw5x13bz7kgz0n6aj15wn4zj4gfx3ypbpk5p6r"))))
+               "1wl1x93b5w457ddsdgj0lh7yjq4q6l7wfbgwhagkc8fm2qkkrd0p"))))
     (build-system gnu-build-system)
     (home-page "https://libexpat.github.io/")
     (synopsis "Stream-oriented XML parser library written in C")