From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYIla-0003QH-IO for guix-patches@gnu.org; Sun, 07 Jan 2018 16:46:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYIlW-0002vs-7i for guix-patches@gnu.org; Sun, 07 Jan 2018 16:46:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59472) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eYIlW-0002vW-2N for guix-patches@gnu.org; Sun, 07 Jan 2018 16:46:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eYIlV-0003wn-Hn for guix-patches@gnu.org; Sun, 07 Jan 2018 16:46:01 -0500 Subject: [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: Update to 3.5.0. Resent-Message-ID: MIME-Version: 1.0 In-Reply-To: <20180107214412.32065-1-boskovits@gmail.com> References: <20180107214412.32065-1-boskovits@gmail.com> From: =?UTF-8?Q?G=C3=A1bor?= Boskovits Date: Sun, 7 Jan 2018 22:45:27 +0100 Message-ID: Content-Type: multipart/alternative; boundary="001a1144425a9bb4d205623699d6" 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 --001a1144425a9bb4d205623699d6 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable In the second version of this patch I fixed the commit message, I mixed the package name. 2018-01-07 22:44 GMT+01:00 G=C3=A1bor Boskovits : > * 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 > > --001a1144425a9bb4d205623699d6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
In the second version of this patch I fixed the commit mes= sage, I mixed the package name.

2018-01-07 22:44 GMT+01:00 G=C3=A1bor Boskovits <bos= kovits@gmail.com>:
* gnu/pa= ckages/java.scm (java-aqute-bnd-annotation): Update to 3.5.0.
---
=C2=A0gnu/packages/java.scm | 4 ++--
=C2=A01 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
=C2=A0(define-public java-aqute-bnd-annotation
=C2=A0 =C2=A0(package
=C2=A0 =C2=A0 =C2=A0(name "java-aqute-bnd-annotation")
-=C2=A0 =C2=A0 (version "3.4.0")
+=C2=A0 =C2=A0 (version "3.5.0")
=C2=A0 =C2=A0 =C2=A0(source (origin
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(method url-fetch) =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(uri (string-append = "https://github.com/bndtools/bnd/archive/"= ;
@@ -5975,7 +5975,7 @@ package contains utilities for obtaining services via= the Java SE 6
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(file-name (string-a= ppend name "-" version ".tar.gz"))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(sha256
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (base32
-=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "09vgb6a= xikbz66zi9falijbnzh1qnp9ysfns123dmzdb01cbza9q"))))
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "1ggyiq0= as0f6cz333a0dh98j72kmvv5pf2s47v9554yh905lfqdl"))))
=C2=A0 =C2=A0 =C2=A0(build-system ant-build-system)
=C2=A0 =C2=A0 =C2=A0(arguments
=C2=A0 =C2=A0 =C2=A0 `(#:jar-name "java-aqute-bnd-annotation.jar&= quot;
--
2.15.1


--001a1144425a9bb4d205623699d6--