summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-11-01 23:30:37 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-11-01 23:35:38 +0100
commite5e33f90bc666499890e7d82945c9bab027a7f14 (patch)
treef7169bfaea5b504961db9529b68587996caa290e /gnu/packages
parent5e927aba2561acd044bf71b56dfe4a1532931225 (diff)
downloadpatches-e5e33f90bc666499890e7d82945c9bab027a7f14.tar
patches-e5e33f90bc666499890e7d82945c9bab027a7f14.tar.gz
gnu: expat: Update to 2.2.5.
* gnu/packages/xml.scm (expat): Update to 2.2.5. [home-page]: Change to redirected URL.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/xml.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index c91e72a5a2..637c49d9f7 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -57,16 +57,16 @@
(define-public expat
(package
(name "expat")
- (version "2.2.4")
+ (version "2.2.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/expat/expat/"
version "/expat-" version ".tar.bz2"))
(sha256
(base32
- "17h1fb9zvqvf0sr78j211bngc6jpql5wzar8fg9b52jzjvdqbb83"))))
+ "1xpd78sp7m34jqrw5x13bz7kgz0n6aj15wn4zj4gfx3ypbpk5p6r"))))
(build-system gnu-build-system)
- (home-page "http://www.libexpat.org/")
+ (home-page "https://libexpat.github.io/")
(synopsis "Stream-oriented XML parser library written in C")
(description
"Expat is an XML parser library written in C. It is a