gnu: ant: Update to 1.10.10.
* gnu/packages/java.scm (ant): Update to 1.10.10.
This commit is contained in:
parent
03c3fd62df
commit
d830106c0e
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
;;; Copyright © 2017-2020 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2017-2020 Julien Lepiller <julien@lepiller.eu>
|
||||||
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
||||||
;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
|
;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
|
||||||
;;; Copyright © 2017, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2019, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018, 2019 Gábor Boskovits <boskovits@gmail.com>
|
;;; Copyright © 2018, 2019 Gábor Boskovits <boskovits@gmail.com>
|
||||||
;;; Copyright © 2018 Chris Marusich <cmmarusich@gmail.com>
|
;;; Copyright © 2018 Chris Marusich <cmmarusich@gmail.com>
|
||||||
;;; Copyright © 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||||
|
@ -2494,14 +2494,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.9")
|
(version "1.10.10")
|
||||||
(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
|
||||||
"0x78434q5ab193ma7ys27m9kwpdgrfzqj00hrf1szwcgk0lzw01z"))
|
"1dhkk9ajc378cln6sj9q0ya8bl9dpyji5xcrl1zq41zx1k6j54g5"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue