mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 Mike Gerwitz <mtg@gnu.org>
|
||||||
;;; Copyright © 2021 Pierre Langlois <pierre.langlois@gmx.com>
|
;;; Copyright © 2021 Pierre Langlois <pierre.langlois@gmx.com>
|
||||||
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
|
;;; 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 Paul A. Patience <paul@apatience.com>
|
||||||
;;; Copyright © 2024 Raven Hallsby <karl@hallsby.com>
|
;;; Copyright © 2024 Raven Hallsby <karl@hallsby.com>
|
||||||
;;;
|
;;;
|
||||||
|
@ -13824,7 +13824,7 @@ network protocols, and core version control algorithms.")
|
||||||
(define-public abcl
|
(define-public abcl
|
||||||
(package
|
(package
|
||||||
(name "abcl")
|
(name "abcl")
|
||||||
(version "1.9.2")
|
(version "1.9.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -13832,7 +13832,7 @@ network protocols, and core version control algorithms.")
|
||||||
version "/abcl-src-" version ".tar.gz"))
|
version "/abcl-src-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f0xpi47pfgz36y15krggshk2qdd2zxdkg5xwnamvng2hn7lnbsf"))
|
"1zxjpwv98bq2yd5qg08sbkajj17m7b8xmzqhw296161s7lia215v"))
|
||||||
(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