me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

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