diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-01-07 23:16:39 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-01-08 12:19:05 +0100 |
| commit | 690fd9e67b944a5f856d06e042d586c3493f0deb (patch) | |
| tree | 6cb57c706b793b28065129958501d9b719a6c1d3 | |
| parent | 004aedb98d97bbf45ffff1a95357acfca37a0666 (diff) | |
gnu: java-commons-text: Update to 1.15.0.
* gnu/packages/java.scm (java-commons-text): Update to 1.15.0.
Change-Id: I9739199f2a994f2a7586dc24ae4e1efda53ed62e
| -rw-r--r-- | gnu/packages/java.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 6221cf1f49d..d39678c9b9b 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm | |||
| @@ -7996,14 +7996,14 @@ This is a part of the Apache Commons Project.") | |||
| 7996 | (define-public java-commons-text | 7996 | (define-public java-commons-text |
| 7997 | (package | 7997 | (package |
| 7998 | (name "java-commons-text") | 7998 | (name "java-commons-text") |
| 7999 | (version "1.9") | 7999 | (version "1.15.0") |
| 8000 | (source (origin | 8000 | (source (origin |
| 8001 | (method url-fetch) | 8001 | (method url-fetch) |
| 8002 | (uri (string-append "mirror://apache/commons/text/source/" | 8002 | (uri (string-append "mirror://apache/commons/text/source/" |
| 8003 | "commons-text-" version "-src.tar.gz")) | 8003 | "commons-text-" version "-src.tar.gz")) |
| 8004 | (sha256 | 8004 | (sha256 |
| 8005 | (base32 | 8005 | (base32 |
| 8006 | "1k99ib2dxlqxb5y94kpzf4ix8xgxz1j3n9kq3ddssqqcccsp5ik2")))) | 8006 | "0k0y3pkgrzm84a0z1ifi4b9ydaglzm9pgvaw9phxdcwmcqxjbkc8")))) |
| 8007 | (build-system ant-build-system) | 8007 | (build-system ant-build-system) |
| 8008 | (arguments | 8008 | (arguments |
| 8009 | (list #:jar-name "java-commons-text.jar" | 8009 | (list #:jar-name "java-commons-text.jar" |
