gnu: ant-bootstrap: Update to 1.8.4.

* gnu/packages/java.scm (ant-bootstrap): Update to 1.8.4.
This commit is contained in:
Ricardo Wurmus 2018-03-25 19:33:48 +02:00
parent aa432388da
commit ff4d9fdf8c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -294,8 +294,8 @@ JNI.")
(name "ant-bootstrap") (name "ant-bootstrap")
;; The 1.10.x series requires Java 8. 1.9.0 and later use generics, which ;; The 1.10.x series requires Java 8. 1.9.0 and later use generics, which
;; are not supported. The 1.8.x series is the last to use only features ;; are not supported. The 1.8.x series is the last to use only features
;; supported by Jikes, but it cannot seem to be built with sablevm. ;; supported by Jikes.
(version "1.7.1") (version "1.8.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.apache.org/dist/" (uri (string-append "http://archive.apache.org/dist/"
@ -303,7 +303,7 @@ JNI.")
version "-src.tar.bz2")) version "-src.tar.bz2"))
(sha256 (sha256
(base32 (base32
"19pvqvgkxgpgsqm4lvbki5sm0z84kxmykdqicvfad47gc1r9mi2d")))) "1cg0lga887qz5iizh6mlkxp01lciymrhmp7wzxpl6zpnldxmzrjx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no "check" target `(#:tests? #f ; no "check" target