[PATCH] gnu: abcl: Update to 1.9.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Artyom Bologov
Owner
unassigned
Submitted by
Artyom Bologov
Severity
normal

Debbugs page

Artyom Bologov wrote 1 years ago
(name . Guix patches)(address . guix-patches@gnu.org)
8734xzybqu.fsf@aartaka.me
Hello Guix,

Find the patch updating Armed Bear Common Lisp to 1.9.2 attached to this
message.
From 7bb1058b0042777b73ca9fc9cb7f21794f26ee48 Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aartaka.me>
Date: Wed, 25 Oct 2023 01:00:10 +0400
Subject: [PATCH] gnu: abcl: Update to 1.9.2.

* gnu/packages/java.scm (abcl): Update to 1.9.2.
---
gnu/packages/java.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 9445c37b67..f482c4c16d 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -13450,7 +13450,7 @@ (define-public java-jgit-4.2
(define-public abcl
(package
(name "abcl")
- (version "1.9.0")
+ (version "1.9.2")
(source
(origin
(method url-fetch)
@@ -13458,7 +13458,7 @@ (define-public abcl
version "/abcl-src-" version ".tar.gz"))
(sha256
(base32
- "0scqq5c7201xhp0g6i4y3m2nrk6l5any1nisiscbsd48ya25qax1"))
+ "0f0xpi47pfgz36y15krggshk2qdd2zxdkg5xwnamvng2hn7lnbsf"))
(patches
(search-patches
"abcl-fix-build-xml.patch"))))
--
2.41.0
Thanks,
--
Artyom Bologov.
Guillaume Le Vaillant wrote 1 years ago
(name . Artyom Bologov)(address . mail@aartaka.me)(address . 66736-done@debbugs.gnu.org)
87y1frf3om.fsf@kitej
Patch applied as 1da091366ac638e85fb5977231ee4435520e219b.
Thanks.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66736@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66736
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help