mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: abcl: Update to 1.9.3.
* gnu/packages/java.scm (abcl): Update to 1.9.3. Change-Id: I401585fcf8952a29ee4244f0c4962893e96992a0
This commit is contained in:
parent
c26287d796
commit
e2bac72206
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
;;; Copyright © 2021 Mike Gerwitz <mtg@gnu.org>
|
||||
;;; Copyright © 2021 Pierre Langlois <pierre.langlois@gmx.com>
|
||||
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
|
||||
;;; Copyright © 2022 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||
;;; Copyright © 2022, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||
;;; Copyright © 2024 Paul A. Patience <paul@apatience.com>
|
||||
;;; Copyright © 2024 Raven Hallsby <karl@hallsby.com>
|
||||
;;;
|
||||
|
@ -13824,7 +13824,7 @@ (define-public java-jgit-4.2
|
|||
(define-public abcl
|
||||
(package
|
||||
(name "abcl")
|
||||
(version "1.9.2")
|
||||
(version "1.9.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -13832,7 +13832,7 @@ (define-public abcl
|
|||
version "/abcl-src-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0f0xpi47pfgz36y15krggshk2qdd2zxdkg5xwnamvng2hn7lnbsf"))
|
||||
"1zxjpwv98bq2yd5qg08sbkajj17m7b8xmzqhw296161s7lia215v"))
|
||||
(patches
|
||||
(search-patches
|
||||
"abcl-fix-build-xml.patch"))))
|
||||
|
|
Loading…
Reference in a new issue