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>
This commit is contained in:
Vincent Legoll 2020-05-25 23:57:58 +02:00 committed by Tobias Geerinckx-Rice
parent 15475f0cec
commit 3e7a48677e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1286,14 +1286,14 @@ (define-public freexl
(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)