gnu: ant: Update to 1.10.9.

* gnu/packages/java.scm (ant): Update to 1.10.9.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Vincent Legoll 2020-12-28 11:46:47 +01:00 committed by Julien Lepiller
parent 069ee21808
commit 4e342a560c
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -2426,14 +2426,14 @@ (define-public icedtea icedtea-8)
(define-public ant/java8
(package (inherit ant-bootstrap)
(name "ant")
(version "1.10.8")
(version "1.10.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/ant/source/apache-ant-"
version "-src.tar.gz"))
(sha256
(base32
"066k2isig5xm70cihj9p73hkp5w7h5zbfqz5kxb6cwr9cb86xl2k"))
"0x78434q5ab193ma7ys27m9kwpdgrfzqj00hrf1szwcgk0lzw01z"))
(modules '((guix build utils)))
(snippet
'(begin