summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-21 00:29:42 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-21 00:58:58 +0200
commitd830106c0e06ea6f5a148316f2729ac2b54f0b91 (patch)
tree1f9d7feef50dbc21c34ed073e2b479c0d8248654 /gnu
parent03c3fd62dfdccf23b019a4135ee6eaddf24f32c7 (diff)
gnu: ant: Update to 1.10.10.
* gnu/packages/java.scm (ant): Update to 1.10.10.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/java.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 3c4013ab6fa..9f67cc4e210 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -6,7 +6,7 @@
6;;; Copyright © 2017-2020 Julien Lepiller <julien@lepiller.eu> 6;;; Copyright © 2017-2020 Julien Lepiller <julien@lepiller.eu>
7;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be> 7;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
8;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com> 8;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
9;;; Copyright © 2017, 2019 Tobias Geerinckx-Rice <me@tobias.gr> 9;;; Copyright © 2017, 2019, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
10;;; Copyright © 2018, 2019 Gábor Boskovits <boskovits@gmail.com> 10;;; Copyright © 2018, 2019 Gábor Boskovits <boskovits@gmail.com>
11;;; Copyright © 2018 Chris Marusich <cmmarusich@gmail.com> 11;;; Copyright © 2018 Chris Marusich <cmmarusich@gmail.com>
12;;; Copyright © 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il> 12;;; Copyright © 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
@@ -2494,14 +2494,14 @@ new Date();"))
2494(define-public ant/java8 2494(define-public ant/java8
2495 (package (inherit ant-bootstrap) 2495 (package (inherit ant-bootstrap)
2496 (name "ant") 2496 (name "ant")
2497 (version "1.10.9") 2497 (version "1.10.10")
2498 (source (origin 2498 (source (origin
2499 (method url-fetch) 2499 (method url-fetch)
2500 (uri (string-append "mirror://apache/ant/source/apache-ant-" 2500 (uri (string-append "mirror://apache/ant/source/apache-ant-"
2501 version "-src.tar.gz")) 2501 version "-src.tar.gz"))
2502 (sha256 2502 (sha256
2503 (base32 2503 (base32
2504 "0x78434q5ab193ma7ys27m9kwpdgrfzqj00hrf1szwcgk0lzw01z")) 2504 "1dhkk9ajc378cln6sj9q0ya8bl9dpyji5xcrl1zq41zx1k6j54g5"))
2505 (modules '((guix build utils))) 2505 (modules '((guix build utils)))
2506 (snippet 2506 (snippet
2507 '(begin 2507 '(begin