summaryrefslogtreecommitdiff
path: root/gnu/packages/java.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2026-01-07 23:16:31 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2026-01-08 12:19:05 +0100
commit004aedb98d97bbf45ffff1a95357acfca37a0666 (patch)
treea41ffedaf5185fc401748db246f6ca4fd757dc02 /gnu/packages/java.scm
parent08a2d845b79dca4bfccf00b75169260a5d177747 (diff)
gnu: java-commons-lang3: Update to 3.20.0.
* gnu/packages/java.scm (java-commons-lang3): Update to 3.20.0. [source]: Remove patch. * gnu/packages/patches/java-commons-lang-fix-dependency.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister patch. Change-Id: I1d1c75d3e2204f6bc7d1eeaff29349024094d9f4
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r--gnu/packages/java.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 17adcf83bf7..6221cf1f49d 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -6180,16 +6180,14 @@ included:
(define-public java-commons-lang3
(package
(name "java-commons-lang3")
- (version "3.12.0")
+ (version "3.20.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://apache/commons/lang/source/"
"commons-lang3-" version "-src.tar.gz"))
(sha256
- (base32 "09dcv1pkdx3hpf06py8p9511f1wkin6jpacdll0c8vxpbi3yfwzv"))
- (patches
- (search-patches "java-commons-lang-fix-dependency.patch"))))
+ (base32 "05b2zfmw1y6bnzf7v32zkhix0c0sab82lmr3ilxciza0l5w6nwya"))))
(build-system ant-build-system)
(arguments
`(#:jar-name "commons-lang3.jar"