me
/
guix
Archived
1
0
Fork 0

gnu: ant/java8: Update to 1.10.8.

* gnu/packages/java.scm (ant/java8): Update to 1.10.8.
master
Julien Lepiller 2020-09-26 20:15:14 +02:00
parent 069ddd9900
commit 008487172f
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 3 additions and 3 deletions

View File

@ -2431,14 +2431,14 @@ new Date();"))
(define-public ant/java8 (define-public ant/java8
(package (inherit ant-bootstrap) (package (inherit ant-bootstrap)
(name "ant") (name "ant")
(version "1.10.1") (version "1.10.8")
(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
"10p3dh77lkzzzcy32dk9azljixzadp46fggjfbvgkl8mmb8cxxv8")) "066k2isig5xm70cihj9p73hkp5w7h5zbfqz5kxb6cwr9cb86xl2k"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -2466,7 +2466,7 @@ new Date();"))
;; "check" phase, because the dependency on "test-jar" would always ;; "check" phase, because the dependency on "test-jar" would always
;; result in the tests to be run. ;; result in the tests to be run.
(substitute* "build.xml" (substitute* "build.xml"
(("depends=\"jars,test-jar\"") "depends=\"jars\"")) (("depends=\"jars,test-jar") "depends=\"jars"))
(invoke "bash" "bootstrap.sh" (invoke "bash" "bootstrap.sh"
(string-append "-Ddist.dir=" (string-append "-Ddist.dir="
(assoc-ref outputs "out"))))))))) (assoc-ref outputs "out")))))))))