diff options
Diffstat (limited to 'gnu/packages/java.scm')
| -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" |
