me
/
guix
Archived
1
0
Fork 0

gnu: java-xerces: Update to 2.12.1.

* gnu/packages/java.scm (java-xerces): Update to 2.12.1.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
master
Vincent Legoll 2020-05-25 23:57:59 +02:00 committed by Tobias Geerinckx-Rice
parent 3e7a48677e
commit 695fb93e3b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -10523,14 +10523,14 @@ classes prior to Java SE 8.")
(define-public java-xerces
(package
(name "java-xerces")
(version "2.11.0")
(version "2.12.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://apache/xerces/j/source/"
"Xerces-J-src." version ".tar.gz"))
(sha256
(base32 "1006igwy2lqrmjvdk64v8dg6qbk9c29pm8xxx7r87n0vnpvmx6pm"))
(base32 "0494kq36gw3nah19ifb720vwxbpg4ww0k6m3zq6wyanw6a083p6s"))
(patches (search-patches
"java-xerces-xjavac_taskdef.patch"
"java-xerces-build_dont_unzip.patch"