guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: java-commons-codec: Update to 1.15.


From: guix-commits
Subject: 03/03: gnu: java-commons-codec: Update to 1.15.
Date: Sun, 25 Jul 2021 17:17:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3e8537c1464ac6749234492802d930a965f7efbd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 25 21:38:09 2021 +0200

    gnu: java-commons-codec: Update to 1.15.
    
    * gnu/packages/java.scm (java-commons-codec): Update to 1.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 c75adca..621a6fe 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -7950,14 +7950,14 @@ This is a part of the Apache Commons Project.")
 (define-public java-commons-codec
   (package
     (name "java-commons-codec")
-    (version "1.14")
+    (version "1.15")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://apache/commons/codec/source/"
                                   "commons-codec-" version "-src.tar.gz"))
               (sha256
                (base32
-                "11xr0agckkhm91pb5akf2mbk84yd54gyr178wj57gsm97fi7nkh9"))))
+                "01z9qmg8fd8d7p7xxipwj1vi9bmvpgqyi29kldjz2x6vzwm171jj"))))
     (build-system ant-build-system)
     (arguments
      `(#:jar-name "java-commons-codec.jar"



reply via email to

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