diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-01-09 16:40:25 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-01-31 11:14:01 +0100 |
| commit | 6a2d67a531d60a5bf0339ca19e865d30b5d316c1 (patch) | |
| tree | 5cb2ab089e17e145dd1deadb9c98a3d84fdb06c0 /gnu/packages/xml.scm | |
| parent | 819310310b532904692ec5dba0c0f2e883283a5b (diff) | |
gnu: xerces-c: Update to 3.3.0.
* gnu/packages/xml.scm (xerces-c): Update to 3.3.0.
Change-Id: Ia2ca2d0761c66deb0a665f04ed268b05ab7551aa
Diffstat (limited to 'gnu/packages/xml.scm')
| -rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index cdbee7a1166..0a1f44329b4 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) |
