gnu: java-xerces: Update to 2.12.1.
authorVincent Legoll <vincent.legoll@gmail.com>
Mon, 25 May 2020 21:57:59 +0000 (23:57 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 27 May 2020 01:28:11 +0000 (03:28 +0200)
* gnu/packages/java.scm (java-xerces): Update to 2.12.1.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
gnu/packages/java.scm

index a465924..b12c3ca 100644 (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"