GNU bug report logs -
#66383
[PATCH] gnu: ant: Update to 1.10.14
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sat, 7 Oct 2023 04:33:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Full log
View this message in rfc822 format
* gnu/packages/java.scm (ant): Update to 1.10.15.
Change-Id: I41f36c6f98e5c6c080c467fa85467deeae163b59
---
gnu/packages/java.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index dac740a19e..4867aa2b85 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1942,14 +1942,14 @@ (define-public jbr21
(define-public ant/java8
(package
(name "ant")
- (version "1.10.13")
+ (version "1.10.15")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/ant/source/apache-ant-"
version "-src.tar.gz"))
(sha256
(base32
- "01l4g9b1xnnq450ljvhrlvcf8wzzmr45wmhkybrx0hcdi166y06s"))
+ "1ccr852dxg5affdqafg04gi3l89q5c6l9lqrz50jhj05kidljax2"))
(modules '((guix build utils)))
(snippet
'(begin
base-commit: 027a47787f8dcf6651a1c20c5b475376defe6d6b
--
2.43.0
This bug report was last modified 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.