gnu: abcl: Update to 1.9.2.

* gnu/packages/java.scm (abcl): Update to 1.9.2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Artyom Bologov 2023-10-25 01:00:10 +04:00 committed by Guillaume Le Vaillant
parent 00747316ee
commit 1da091366a
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -13450,7 +13450,7 @@ (define-public java-jgit-4.2
(define-public abcl
(package
(name "abcl")
(version "1.9.0")
(version "1.9.2")
(source
(origin
(method url-fetch)
@ -13458,7 +13458,7 @@ (define-public abcl
version "/abcl-src-" version ".tar.gz"))
(sha256
(base32
"0scqq5c7201xhp0g6i4y3m2nrk6l5any1nisiscbsd48ya25qax1"))
"0f0xpi47pfgz36y15krggshk2qdd2zxdkg5xwnamvng2hn7lnbsf"))
(patches
(search-patches
"abcl-fix-build-xml.patch"))))