From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36150) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ig5Su-0002y4-8z for guix-patches@gnu.org; Sat, 14 Dec 2019 06:20:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ig5St-00066M-2f for guix-patches@gnu.org; Sat, 14 Dec 2019 06:20:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57237) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ig5Ss-00064u-Nh for guix-patches@gnu.org; Sat, 14 Dec 2019 06:20:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ig5Ss-0005O4-Fg for guix-patches@gnu.org; Sat, 14 Dec 2019 06:20:02 -0500 Subject: [bug#38609] [PATCH] gnu: abcl: Update to 1.6.0. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:48201) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ig5S5-0002uw-4G for guix-patches@gnu.org; Sat, 14 Dec 2019 06:19:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ig5S3-0003ww-LX for guix-patches@gnu.org; Sat, 14 Dec 2019 06:19:12 -0500 Received: from zancanaro.com.au ([45.76.117.151]:38508) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ig5S2-0003lq-QX for guix-patches@gnu.org; Sat, 14 Dec 2019 06:19:11 -0500 Received: from localhost.localdomain (210-1-202-160-cpe.spintel.net.au [210.1.202.160]) by zancanaro.com.au (Postfix) with ESMTPSA id 7E63924646 for ; Sat, 14 Dec 2019 11:19:04 +0000 (UTC) From: Carlo Zancanaro Date: Sat, 14 Dec 2019 22:18:44 +1100 Message-Id: <20191214111844.21416-1-carlo@zancanaro.id.au> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38609@debbugs.gnu.org * gnu/packages/java.scm (abcl): Update to 1.6.0. --- 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 cc63ccf19a..d261396860 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -11478,7 +11478,7 @@ network protocols, and core version control algor= ithms.") (define-public abcl (package (name "abcl") - (version "1.5.0") + (version "1.6.0") (source (origin (method url-fetch) @@ -11486,7 +11486,7 @@ network protocols, and core version control algor= ithms.") version "/abcl-src-" version ".tar.gz")) (sha256 (base32 - "1hhvcg050nfpjbdmskc1cv2j38qi6qfl77a61b5cxx576kbff3lj")) + "0hvbcsffr8n2xwdixc8wyw1bfl9fxn2gyy0c4nma7j9zbn0wwgw9")) (patches (search-patches "abcl-fix-build-xml.patch")))) --=20 2.24.1