gnu: abcl: Update to 1.6.0.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Carlo Zancanaro 2019-12-14 22:18:44 +11:00 committed by Efraim Flashner
parent a13116b60c
commit 514001e9ce
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11479,7 +11479,7 @@ network protocols, and core version control algorithms.")
(define-public abcl (define-public abcl
(package (package
(name "abcl") (name "abcl")
(version "1.5.0") (version "1.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -11487,7 +11487,7 @@ network protocols, and core version control algorithms.")
version "/abcl-src-" version ".tar.gz")) version "/abcl-src-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1hhvcg050nfpjbdmskc1cv2j38qi6qfl77a61b5cxx576kbff3lj")) "0hvbcsffr8n2xwdixc8wyw1bfl9fxn2gyy0c4nma7j9zbn0wwgw9"))
(patches (patches
(search-patches (search-patches
"abcl-fix-build-xml.patch")))) "abcl-fix-build-xml.patch"))))