From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ezSLC-0003ip-Hq for guix-patches@gnu.org; Fri, 23 Mar 2018 15:27:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ezSL8-0002Dz-Iz for guix-patches@gnu.org; Fri, 23 Mar 2018 15:27:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42130) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ezSL8-0002Dq-Eh for guix-patches@gnu.org; Fri, 23 Mar 2018 15:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ezSL8-0003jH-92 for guix-patches@gnu.org; Fri, 23 Mar 2018 15:27:02 -0400 Subject: bug#29893: [PATCH] gnu: java-aqute-bnd-annotation: Update to 3.5.0. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Fri, 23 Mar 2018 20:26:11 +0100 From: Julien Lepiller Message-ID: <20180323202611.0091b6db@lepiller.eu> In-Reply-To: References: <20180107214412.32065-1-boskovits@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: 29893-done@debbugs.gnu.org Pushed as 2cac8891510533338f6214fbd5ab9c2f6204e856. Somehow I didn't see the commit message was broken before sending it. Your email adress doesn't appear correctly in the author field (boskovits at). Sorry about that :/ Le Sun, 7 Jan 2018 22:45:27 +0100, G=C3=A1bor Boskovits a =C3=A9crit : > In the second version of this patch I fixed the commit message, I > mixed the package name. >=20 > 2018-01-07 22:44 GMT+01:00 G=C3=A1bor Boskovits : >=20 > > * gnu/packages/java.scm (java-aqute-bnd-annotation): 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 > > - "09vgb6axikbz66zi9falijbnzh1qnp > > 9ysfns123dmzdb01cbza9q")))) > > + "1ggyiq0as0f6cz333a0dh98j72kmvv > > 5pf2s47v9554yh905lfqdl")))) > > (build-system ant-build-system) > > (arguments > > `(#:jar-name "java-aqute-bnd-annotation.jar" > > -- > > 2.15.1 > > > > =20