summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-09 11:39:00 +0200
committerMarius Bakke <marius@gnu.org>2021-05-09 23:43:31 +0200
commit831c6d84e1bcff4b68dfd0f6e299f2c0bb60d0b8 (patch)
tree9725fc0476014e340742193a14b8cddad9aba6cc /gnu/packages/xml.scm
parent92cf869fd7d064f2fac08e38cbeb2ad6e98080b0 (diff)
downloadguix-patches-831c6d84e1bcff4b68dfd0f6e299f2c0bb60d0b8.tar
guix-patches-831c6d84e1bcff4b68dfd0f6e299f2c0bb60d0b8.tar.gz
gnu: expat: Update to 2.3.0.
* gnu/packages/xml.scm (expat): Update to 2.3.0.
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 9483ba4ea3..9accd08a7e 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -119,7 +119,7 @@ the entire document.")
(define-public expat
(package
(name "expat")
- (version "2.2.10")
+ (version "2.3.0")
(source (let ((dot->underscore (lambda (c) (if (char=? #\. c) #\_ c))))
(origin
(method url-fetch)
@@ -131,7 +131,7 @@ the entire document.")
"/expat-" version ".tar.xz")))
(sha256
(base32
- "1wi5bi4cbz069mnwkrc2whi4sslsgl6m5b7dk0zg0qsvif7m7zjx")))))
+ "1ab7fkab4wbj53xqsx2a4h5m310ak9abczjh0a2ymg73nsclz8ya")))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))