This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ae018ad  gnu: abcl: Update to 1.8.0.
ae018ad is described below

commit ae018ad9780b34d83d9324bfebf8886310dbd849
Author: Vincent Legoll <[email protected]>
AuthorDate: Sun Jan 17 11:38:52 2021 +0100

    gnu: abcl: Update to 1.8.0.
    
    * gnu/packages/java.scm (abcl): Update to 1.8.0.
    
    Signed-off-by: Guillaume Le Vaillant <[email protected]>
---
 gnu/packages/java.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 758f8f1..d6afb2e 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <[email protected]>
 ;;; Copyright © 2020 Raghav Gururajan <[email protected]>
 ;;; Copyright © 2020 Maxim Cournoyer <[email protected]>
+;;; Copyright © 2021 Vincent Legoll <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -13120,7 +13121,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 +13129,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"))))

Reply via email to