[PATCH] gnu: ant: Update to 1.10.9.

  • Done
  • quality assurance status badge
Details
2 participants
  • Julien Lepiller
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201228104647.4641-1-vincent.legoll@gmail.com
* gnu/packages/java.scm (ant): Update to 1.10.9.
---
gnu/packages/java.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index b7955eb213..758f8f1859 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2426,14 +2426,14 @@ new Date();"))
(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
--
2.29.2
Julien Lepiller wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45484-done@debbugs.gnu.org)
20201228144636.5d3fc60d@tachikoma.lepiller.eu
Pushed as 4e342a560ccd9d962680abd2ff64a7da1dba632f, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45484@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45484
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help