mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
069ee21808
commit
4e342a560c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue