guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 690fd9e67b944a5f856d06e042d586c3493f0deb
Author: Hartmut Goebel <[email protected]>
AuthorDate: Wed Jan 7 23:16:39 2026 +0100
gnu: java-commons-text: Update to 1.15.0.
* gnu/packages/java.scm (java-commons-text): Update to 1.15.0.
Change-Id: I9739199f2a994f2a7586dc24ae4e1efda53ed62e
---
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 6221cf1f49..d39678c9b9 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -7996,14 +7996,14 @@ This is a part of the Apache Commons Project.")
(define-public java-commons-text
(package
(name "java-commons-text")
- (version "1.9")
+ (version "1.15.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/commons/text/source/"
"commons-text-" version "-src.tar.gz"))
(sha256
(base32
- "1k99ib2dxlqxb5y94kpzf4ix8xgxz1j3n9kq3ddssqqcccsp5ik2"))))
+ "0k0y3pkgrzm84a0z1ifi4b9ydaglzm9pgvaw9phxdcwmcqxjbkc8"))))
(build-system ant-build-system)
(arguments
(list #:jar-name "java-commons-text.jar"