1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Hartmut Goebel
2026-01-07 23:16:31 +01:00
parent 08a2d845b7
commit 004aedb98d
3 changed files with 2 additions and 43 deletions

View File

@@ -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"