guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/43: gnu: expat: Update to 2.2.6.


From: Marius Bakke
Subject: 07/43: gnu: expat: Update to 2.2.6.
Date: Tue, 21 Aug 2018 11:25:54 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 1c61a086bcb2644e6d6c6fc714dde498402cc561
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 19 19:55:14 2018 +0200

    gnu: expat: Update to 2.2.6.
    
    * gnu/packages/xml.scm (expat): Update to 2.2.6.
---
 gnu/packages/xml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 2681077..e428433 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]