This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6a2d67a531 gnu: xerces-c: Update to 3.3.0.
6a2d67a531 is described below
commit 6a2d67a531d60a5bf0339ca19e865d30b5d316c1
Author: Hartmut Goebel <[email protected]>
AuthorDate: Fri Jan 9 16:40:25 2026 +0100
gnu: xerces-c: Update to 3.3.0.
* gnu/packages/xml.scm (xerces-c): Update to 3.3.0.
Change-Id: Ia2ca2d0761c66deb0a665f04ed268b05ab7551aa
---
gnu/packages/xml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index cdbee7a116..0a1f44329b 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1556,14 +1556,14 @@ files. It is designed to be fast and to handle large
input files.")
(define-public xerces-c
(package
(name "xerces-c")
- (version "3.2.5")
+ (version "3.3.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/xerces/c/3/sources/"
"xerces-c-" version ".tar.xz"))
(sha256
(base32
- "0c42jhnhq63yzvj8whl5dpzf7p1lnd6h00kzpz4ipcj5aq1ycfb2"))))
+ "0rqjqlrd0k8aib8xfql5jsmfw1pjnvdrz5wjql4ylkywhapi4gm8"))))
(build-system gnu-build-system)
(arguments
(let ((system (or (%current-target-system)