1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

gnu: abcl: Update to 1.9.0.

* gnu/packages/java.scm (abcl): Update to 1.9.0.
* gnu/packages/patches/abcl-fix-build-xml.patch: Update for 1.9.0.
This commit is contained in:
Pierre Neidhardt 2022-07-03 20:34:44 +02:00
parent 3a45cc634e
commit 875e803e60
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F
2 changed files with 8 additions and 8 deletions

View file

@ -13711,7 +13711,7 @@ network protocols, and core version control algorithms.")
(define-public abcl
(package
(name "abcl")
(version "1.8.0")
(version "1.9.0")
(source
(origin
(method url-fetch)
@ -13719,7 +13719,7 @@ network protocols, and core version control algorithms.")
version "/abcl-src-" version ".tar.gz"))
(sha256
(base32
"0zr5mmqyj484vza089l8vc88d07g0m8ymxzglvar3ydwyvi1x1qx"))
"0scqq5c7201xhp0g6i4y3m2nrk6l5any1nisiscbsd48ya25qax1"))
(patches
(search-patches
"abcl-fix-build-xml.patch"))))