mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: ant@1.10: Update to 1.10.13.
* gnu/packages/java.scm (ant/java8): Update to 1.10.13.
This commit is contained in:
parent
782cf09b84
commit
6afe1246b9
1 changed files with 2 additions and 2 deletions
|
@ -1589,14 +1589,14 @@ (define-public jbr17
|
|||
(define-public ant/java8
|
||||
(package
|
||||
(name "ant")
|
||||
(version "1.10.10")
|
||||
(version "1.10.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://apache/ant/source/apache-ant-"
|
||||
version "-src.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dhkk9ajc378cln6sj9q0ya8bl9dpyji5xcrl1zq41zx1k6j54g5"))
|
||||
"01l4g9b1xnnq450ljvhrlvcf8wzzmr45wmhkybrx0hcdi166y06s"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue