From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eUxGR-0001lN-3J for guix-patches@gnu.org; Fri, 29 Dec 2017 11:12:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUxGM-0003EZ-9z for guix-patches@gnu.org; Fri, 29 Dec 2017 11:12:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48161) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eUxGM-0003EG-6U for guix-patches@gnu.org; Fri, 29 Dec 2017 11:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eUxGM-0007sb-0B for guix-patches@gnu.org; Fri, 29 Dec 2017 11:12:02 -0500 Subject: [bug#29893] [PATCH core-updates] gnu: java-bnd-annotations: Update to 3.5.0. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eUxFT-0001eL-2J for guix-patches@gnu.org; Fri, 29 Dec 2017 11:11:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUxFO-0001kU-8C for guix-patches@gnu.org; Fri, 29 Dec 2017 11:11:07 -0500 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]:46792) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eUxFO-0001jj-0f for guix-patches@gnu.org; Fri, 29 Dec 2017 11:11:02 -0500 Received: by mail-wm0-x22b.google.com with SMTP id r78so49283360wme.5 for ; Fri, 29 Dec 2017 08:11:01 -0800 (PST) From: =?UTF-8?Q?G=C3=A1bor?= Boskovits Date: Fri, 29 Dec 2017 17:10:26 +0100 Message-Id: <20171229161026.12540-1-boskovits@gmail.com> 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: 29893@debbugs.gnu.org Cc: =?UTF-8?Q?G=C3=A1bor?= Boskovits * gnu/packages/java.scm (java-bnd-annotations): Update to 3.5.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 480d93c55..41f9af87e 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -5967,7 +5967,7 @@ package contains utilities for obtaining services via the Java SE 6 (define-public java-aqute-bnd-annotation (package (name "java-aqute-bnd-annotation") - (version "3.4.0") + (version "3.5.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/bndtools/bnd/archive/" @@ -5975,7 +5975,7 @@ package contains utilities for obtaining services via the Java SE 6 (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "09vgb6axikbz66zi9falijbnzh1qnp9ysfns123dmzdb01cbza9q")))) + "1ggyiq0as0f6cz333a0dh98j72kmvv5pf2s47v9554yh905lfqdl")))) (build-system ant-build-system) (arguments `(#:jar-name "java-aqute-bnd-annotation.jar" -- 2.15.1