efraim pushed a commit to branch core-updates
in repository guix.
commit 754ef6c3b55e4f10c0f0a510c2028007f1b82c76
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Nov 14 18:44:07 2022 +0200
gnu: expat: Update to 2.5.0.
* gnu/packages/xml.scm (expat): Update to 2.5.0.
---
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 3f729f5758..455f9be619 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2015 Sou Bunnbu <[email protected]>
;;; Copyright © 2015, 2016, 2017, 2018, 2020 Ricardo Wurmus
<[email protected]>
;;; Copyright © 2015, 2016, 2017 Mark H Weaver <[email protected]>
-;;; Copyright © 2015, 2016, 2017, 2018, 2020, 2021 Efraim Flashner
<[email protected]>
+;;; Copyright © 2015-2018, 2020-2022 Efraim Flashner <[email protected]>
;;; Copyright © 2015 Raimon Grau <[email protected]>
;;; Copyright © 2016 Mathieu Lirzin <[email protected]>
;;; Copyright © 2016, 2017 Leo Famulari <[email protected]>
@@ -120,7 +120,7 @@ the entire document.")
(define-public expat
(package
(name "expat")
- (version "2.4.8")
+ (version "2.5.0")
(source (let ((dot->underscore (lambda (c) (if (char=? #\. c) #\_ c))))
(origin
(method url-fetch)
@@ -132,7 +132,7 @@ the entire document.")
"/expat-" version ".tar.xz")))
(sha256
(base32
- "09dgviwz939pms4v1syl68p5pia9hb7xxsmg406kx7kl9f88z6zp")))))
+ "1gnwihpfz4x18rwd6cbrdggmfqjzwsdfh1gpmc0ph21c4gq2097g")))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases