guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/13: gnu: ant: Update to 1.9.15.


From: guix-commits
Subject: 02/13: gnu: ant: Update to 1.9.15.
Date: Tue, 13 Oct 2020 21:43:26 -0400 (EDT)

roptat pushed a commit to branch staging
in repository guix.

commit 2039cf373b2ee77b456d89555a0d94767cd2c37c
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Sep 26 20:19:12 2020 +0200

    gnu: ant: Update to 1.9.15.
    
    * gnu/packages/java.scm (ant): Update to 1.9.15.
---
 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 ea3bdb3..f4df4d1 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2479,14 +2479,14 @@ new Date();"))
 ;; requires Java 8.
 (define-public ant
   (package (inherit ant/java8)
-    (version "1.9.9")
+    (version "1.9.15")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://apache/ant/source/apache-ant-"
                                   version "-src.tar.gz"))
               (sha256
                (base32
-                "1k28mka0m3isy9yr8gz84kz1f3f879rwaxrd44vdn9xbfwvwk86n"))))
+                "1xy30f1w5gaqk6g3f0vw7ygix4rb6032qkcw42y4z8wd9jihgygd"))))
     (native-inputs
      `(("jdk" ,icedtea-7 "jdk")
        ("zip" ,zip)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]