all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30030] [PATCH core-updates] gnu: java-jeromq: Update to 0.4.3.
@ 2018-01-08 20:15 Gábor Boskovits
  2018-01-23  8:06 ` Chris Marusich
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Gábor Boskovits @ 2018-01-08 20:15 UTC (permalink / raw)
  To: 30030; +Cc: Gábor Boskovits

* gnu/packages/java.scm (java-jeromq): Update to 0.4.3.
---
 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 73a56df4f..66db15389 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -7594,7 +7594,7 @@ protocol-independent framework to build mail and messaging applications.")
 (define-public java-jeromq
   (package
     (name "java-jeromq")
-    (version "0.4.2")
+    (version "0.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/zeromq/jeromq/archive/v"
@@ -7602,7 +7602,7 @@ protocol-independent framework to build mail and messaging applications.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "17wx8dlyqmbw77xf6d6wxnhiyky6181zpf1a48jqzz9hidz0j841"))))
+                "0mmsz5dcr786z9pnvp3nvjchkfh0z82agv0lk4r084x3l06h55pm"))))
     (build-system ant-build-system)
     (arguments
      `(#:jar-name "java-jeromq.jar"
-- 
2.15.1

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

end of thread, other threads:[~2018-03-08 11:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-08 20:15 [bug#30030] [PATCH core-updates] gnu: java-jeromq: Update to 0.4.3 Gábor Boskovits
2018-01-23  8:06 ` Chris Marusich
2018-01-23  8:26   ` Gábor Boskovits
2018-03-03 17:52 ` bug#30030: Closing, already upstream Gábor Boskovits
2018-03-08 11:38 ` [bug#30030] [PATCH] gnu: java-jeromq: Fix tests 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.