mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a13116b60c
commit
514001e9ce
1 changed files with 2 additions and 2 deletions
|
@ -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"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue