[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")
- branch core-updates updated (6cb1ef9 -> e7041c8), guix-commits, 2019/06/20
- 13/14: gnu: expat: Update to 2.2.7.,
guix-commits <=
- 14/14: gnu: python: Allow building on low-memory systems., guix-commits, 2019/06/20
- 09/14: gnu: isl: Fix fallback URL., guix-commits, 2019/06/20
- 04/14: gnu: libx11: Update to 1.6.8., guix-commits, 2019/06/20
- 11/14: gnu: libxi: Update to 1.7.10., guix-commits, 2019/06/20
- 10/14: gnu: isl: Update to 0.21., guix-commits, 2019/06/20
- 05/14: gnu: util-linux: Update to 2.34., guix-commits, 2019/06/20
- 06/14: gnu: meson: Update to 0.51.0., guix-commits, 2019/06/20
- 12/14: gnu: xorgproto: Update to 2019.1., guix-commits, 2019/06/20
- 08/14: gnu: ncurses: Update to 6.1-20190909., guix-commits, 2019/06/20
- 07/14: gnu: commencement: Return #t from all phases., guix-commits, 2019/06/20