[PATCH] gnu: abcl: Update to 1.8.0.

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

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210117103852.3477-1-vincent.legoll@gmail.com
* gnu/packages/java.scm (abcl): Update to 1.8.0.
---
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 758f8f1859..305edad0d6 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -13120,7 +13120,7 @@ network protocols, and core version control algorithms.")
(define-public abcl
(package
(name "abcl")
- (version "1.6.0")
+ (version "1.8.0")
(source
(origin
(method url-fetch)
@@ -13128,7 +13128,7 @@ network protocols, and core version control algorithms.")
version "/abcl-src-" version ".tar.gz"))
(sha256
(base32
- "0hvbcsffr8n2xwdixc8wyw1bfl9fxn2gyy0c4nma7j9zbn0wwgw9"))
+ "0zr5mmqyj484vza089l8vc88d07g0m8ymxzglvar3ydwyvi1x1qx"))
(patches
(search-patches
"abcl-fix-build-xml.patch"))))
--
2.30.0
Guillaume Le Vaillant wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45932-done@debbugs.gnu.org)
87sg6z4tbm.fsf@yamatai
Patch pushed as ae018ad9780b34d83d9324bfebf8886310dbd849.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYAQzjQ8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j94sAD/RB6axa4xbFIr7LCasscSjGhWm+BI1nn8vZx2
Ike82fEA/3TwcY376CM6abi6u2aaLtqb5Mtdmmre14z45XyailPE
=TimJ
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45932
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