[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: abcl: Update to 1.9.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: abcl: Update to 1.9.3. |
Date: |
Mon, 30 Dec 2024 07:47:45 -0500 |
This is an automated email from the git hooks/post-receive script.
avp pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e2bac72206 gnu: abcl: Update to 1.9.3.
e2bac72206 is described below
commit e2bac72206b4de5b4c9cf0063ef2afbd848986cf
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon Dec 30 15:46:13 2024 +0300
gnu: abcl: Update to 1.9.3.
* gnu/packages/java.scm (abcl): Update to 1.9.3.
Change-Id: I401585fcf8952a29ee4244f0c4962893e96992a0
---
gnu/packages/java.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 118f055970..679daf6fb5 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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 @@ network protocols, and core version control
algorithms.")
(define-public abcl
(package
(name "abcl")
- (version "1.9.2")
+ (version "1.9.3")
(source
(origin
(method url-fetch)
@@ -13832,7 +13832,7 @@ network protocols, and core version control
algorithms.")
version "/abcl-src-" version ".tar.gz"))
(sha256
(base32
- "0f0xpi47pfgz36y15krggshk2qdd2zxdkg5xwnamvng2hn7lnbsf"))
+ "1zxjpwv98bq2yd5qg08sbkajj17m7b8xmzqhw296161s7lia215v"))
(patches
(search-patches
"abcl-fix-build-xml.patch"))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: abcl: Update to 1.9.3.,
guix-commits <=