diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-05-25 23:57:58 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-27 03:28:10 +0200 |
commit | 3e7a48677e612775c07d80b17ca9a585c8a8cf8e (patch) | |
tree | 69240730af5c41fc00db62968aea4972c83aa38e /gnu/packages/xml.scm | |
parent | 15475f0ceca17b0ed68a4b3e4a89d1f483eaca94 (diff) |
gnu: xerces-c: Update to 3.2.3.
* gnu/packages/xml.scm (xerces-c): Update to 3.2.3.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
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 d9efd5264b..90181a1773 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1286,14 +1286,14 @@ spreadsheet.") (define-public xerces-c (package (name "xerces-c") - (version "3.1.4") + (version "3.2.3") (source (origin (method url-fetch) (uri (string-append "mirror://apache/xerces/c/3/sources/" "xerces-c-" version ".tar.xz")) (sha256 (base32 - "0hb29c0smqlpxj0zdm09s983z5jx37szlliccnvgh0qq91wwqwwr")))) + "0jf1khvlssg31vkxbc25dxjxcxm56xb8nywj1sypj6hxzjlrkz0j")))) (build-system gnu-build-system) (arguments (let ((system (or (%current-target-system) |