guix-commits
[Top][All Lists]
Advanced

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

13/14: gnu: expat: Update to 2.2.7.


From: guix-commits
Subject: 13/14: gnu: expat: Update to 2.2.7.
Date: Thu, 20 Jun 2019 18:01:14 -0400 (EDT)

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

commit fc9e5973d6ffbf016dc09085467d146ad99e2f93
Author: Marius Bakke <address@hidden>
Date:   Thu Jun 20 23:16:50 2019 +0200

    gnu: expat: Update to 2.2.7.
    
    * gnu/packages/xml.scm (expat): Update to 2.2.7.
    [source](uri): Use XZ compressed archive.
---
 gnu/packages/xml.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index e71448e..8dce027 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -65,14 +65,14 @@
 (define-public expat
   (package
     (name "expat")
-    (version "2.2.6")
+    (version "2.2.7")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/expat/expat/"
-                                 version "/expat-" version ".tar.bz2"))
+                                 version "/expat-" version ".tar.xz"))
              (sha256
               (base32
-               "1wl1x93b5w457ddsdgj0lh7yjq4q6l7wfbgwhagkc8fm2qkkrd0p"))))
+               "1y5yax6bq8p9xk49zqkd62pxk8bq266wrgbrqgaxp3wsrw5g9qrh"))))
     (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]