gnu: ant: Update to 1.9.9.

* gnu/packages/java.scm (ant): Update to 1.9.9.
This commit is contained in:
Ricardo Wurmus 2017-05-05 17:23:50 +02:00
parent 360874dd1c
commit 310da3b544
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -287,14 +287,16 @@ designs.")
(define-public ant (define-public ant
(package (package
(name "ant") (name "ant")
(version "1.9.6") ;; The 1.9.x series is the last that can be built with GCJ. The 1.10.x
;; series requires Java 8.
(version "1.9.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://apache/ant/source/apache-ant-" (uri (string-append "mirror://apache/ant/source/apache-ant-"
version "-src.tar.gz")) version "-src.tar.gz"))
(sha256 (sha256
(base32 (base32
"1396wflczyxjxl603dhxjvd559f289lha9y2f04f71c7hapjl3am")))) "1k28mka0m3isy9yr8gz84kz1f3f879rwaxrd44vdn9xbfwvwk86n"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no "check" target `(#:tests? #f ; no "check" target