all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29893] [PATCH core-updates] gnu: java-bnd-annotations: Update to 3.5.0.
@ 2017-12-29 16:10 Gábor Boskovits
  2018-01-07 21:44 ` [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: " Gábor Boskovits
  2018-03-04  9:06 ` [bug#29893] Please push this to master Gábor Boskovits
  0 siblings, 2 replies; 8+ messages in thread
From: Gábor Boskovits @ 2017-12-29 16:10 UTC (permalink / raw)
  To: 29893; +Cc: Gábor 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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-03-23 19:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-29 16:10 [bug#29893] [PATCH core-updates] gnu: java-bnd-annotations: Update to 3.5.0 Gábor Boskovits
2018-01-07 21:44 ` [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: " Gábor Boskovits
2018-01-07 21:45   ` Gábor Boskovits
2018-03-23 19:26     ` bug#29893: " Julien Lepiller
2018-01-10  7:37   ` [bug#29893] " Chris Marusich
2018-01-10  9:08     ` Gábor Boskovits
2018-01-10  9:44       ` Gábor Boskovits
2018-03-04  9:06 ` [bug#29893] Please push this to master Gábor Boskovits

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.