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 | |
| 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
| -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.") | |||
| 1556 | (define-public xerces-c | 1556 | (define-public xerces-c |
| 1557 | (package | 1557 | (package |
| 1558 | (name "xerces-c") | 1558 | (name "xerces-c") |
| 1559 | (version "3.2.5") | 1559 | (version "3.3.0") |
| 1560 | (source (origin | 1560 | (source (origin |
| 1561 | (method url-fetch) | 1561 | (method url-fetch) |
| 1562 | (uri (string-append "mirror://apache/xerces/c/3/sources/" | 1562 | (uri (string-append "mirror://apache/xerces/c/3/sources/" |
| 1563 | "xerces-c-" version ".tar.xz")) | 1563 | "xerces-c-" version ".tar.xz")) |
| 1564 | (sha256 | 1564 | (sha256 |
| 1565 | (base32 | 1565 | (base32 |
| 1566 | "0c42jhnhq63yzvj8whl5dpzf7p1lnd6h00kzpz4ipcj5aq1ycfb2")))) | 1566 | "0rqjqlrd0k8aib8xfql5jsmfw1pjnvdrz5wjql4ylkywhapi4gm8")))) |
| 1567 | (build-system gnu-build-system) | 1567 | (build-system gnu-build-system) |
| 1568 | (arguments | 1568 | (arguments |
| 1569 | (let ((system (or (%current-target-system) | 1569 | (let ((system (or (%current-target-system) |
