[PATCH] gnu: ant: Update to 1.10.14

  • Open
  • quality assurance status badge
Details
One participant
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal
A
A
Andy Tai wrote on 7 Oct 2023 06:31
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
0d2fdb8132af3ff08dc00f4098d749788cb4fad1.1696653012.git.atai@atai.org
* gnu/packages/java.scm (ant): Update to 1.10.14
---
gnu/packages/java.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 9445c37b67..57b4adb118 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1708,14 +1708,14 @@ (define-public jbr21
(define-public ant/java8
(package
(name "ant")
- (version "1.10.13")
+ (version "1.10.14")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/ant/source/apache-ant-"
version "-src.tar.gz"))
(sha256
(base32
- "01l4g9b1xnnq450ljvhrlvcf8wzzmr45wmhkybrx0hcdi166y06s"))
+ "0m0vcazy1634nra8mcs3hvvf49avnbxf8f5y1icn5syi8hgy6pws"))
(modules '((guix build utils)))
(snippet
'(begin

base-commit: 6d5a75c70e32f563f0ec6bbaf65596c15c6ac10f
--
2.41.0
A
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 66383
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