gnu: abcl: Update to 1.8.0.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Vincent Legoll 2021-01-17 11:38:52 +01:00 committed by Guillaume Le Vaillant
parent 2f497d94e7
commit ae018ad978
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -14,6 +14,7 @@
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021 Vincent Legoll <vincent.legoll@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -13120,7 +13121,7 @@ (define-public java-jgit-4.2
(define-public abcl
(package
(name "abcl")
(version "1.6.0")
(version "1.8.0")
(source
(origin
(method url-fetch)
@ -13128,7 +13129,7 @@ (define-public abcl
version "/abcl-src-" version ".tar.gz"))
(sha256
(base32
"0hvbcsffr8n2xwdixc8wyw1bfl9fxn2gyy0c4nma7j9zbn0wwgw9"))
"0zr5mmqyj484vza089l8vc88d07g0m8ymxzglvar3ydwyvi1x1qx"))
(patches
(search-patches
"abcl-fix-build-xml.patch"))))