gnu: abcl: Update to 1.9.2.
* gnu/packages/java.scm (abcl): Update to 1.9.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
00747316ee
commit
1da091366a
1 changed files with 2 additions and 2 deletions
|
@ -13450,7 +13450,7 @@ network protocols, and core version control algorithms.")
|
||||||
(define-public abcl
|
(define-public abcl
|
||||||
(package
|
(package
|
||||||
(name "abcl")
|
(name "abcl")
|
||||||
(version "1.9.0")
|
(version "1.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -13458,7 +13458,7 @@ network protocols, and core version control algorithms.")
|
||||||
version "/abcl-src-" version ".tar.gz"))
|
version "/abcl-src-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0scqq5c7201xhp0g6i4y3m2nrk6l5any1nisiscbsd48ya25qax1"))
|
"0f0xpi47pfgz36y15krggshk2qdd2zxdkg5xwnamvng2hn7lnbsf"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches
|
(search-patches
|
||||||
"abcl-fix-build-xml.patch"))))
|
"abcl-fix-build-xml.patch"))))
|
||||||
|
|
Reference in a new issue