guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: abcl: Update to 1.9.2.


From: guix-commits
Subject: 01/03: gnu: abcl: Update to 1.9.2.
Date: Wed, 25 Oct 2023 05:30:48 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 1da091366ac638e85fb5977231ee4435520e219b
Author: Artyom Bologov <mail@aartaka.me>
AuthorDate: Wed Oct 25 01:00:10 2023 +0400

    gnu: abcl: Update to 1.9.2.
    
    * gnu/packages/java.scm (abcl): Update to 1.9.2.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 @@ network protocols, and core version control 
algorithms.")
 (define-public abcl
   (package
     (name "abcl")
-    (version "1.9.0")
+    (version "1.9.2")
     (source
      (origin
        (method url-fetch)
@@ -13458,7 +13458,7 @@ network protocols, and core version control 
algorithms.")
                            version "/abcl-src-" version ".tar.gz"))
        (sha256
         (base32
-         "0scqq5c7201xhp0g6i4y3m2nrk6l5any1nisiscbsd48ya25qax1"))
+         "0f0xpi47pfgz36y15krggshk2qdd2zxdkg5xwnamvng2hn7lnbsf"))
        (patches
         (search-patches
          "abcl-fix-build-xml.patch"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]