guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: java-eclipse-core-runtime: Update to 3.15.100.


From: guix-commits
Subject: 02/05: gnu: java-eclipse-core-runtime: Update to 3.15.100.
Date: Wed, 6 Mar 2019 04:31:08 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4fa9b6e657d0300499dd3cbfb5f1a62b5842100c
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Mar 5 09:36:33 2019 +0100

    gnu: java-eclipse-core-runtime: Update to 3.15.100.
    
    * gnu/packages/java.scm (java-eclipse-core-runtime): Update to 3.15.100.
---
 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 985f5f7..e59540c 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -5611,7 +5611,7 @@ the module @code{org.eclipse.equinox.preferences}.")
 (define-public java-eclipse-core-runtime
   (package
     (name "java-eclipse-core-runtime")
-    (version "3.12.0")
+    (version "3.15.100")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://repo1.maven.org/maven2/";
@@ -5620,7 +5620,7 @@ the module @code{org.eclipse.equinox.preferences}.")
                                   version "-sources.jar"))
               (sha256
                (base32
-                "16mkf8jgj35pgzms7w1gyfq0gfm4ixw6c5xbbxzdj1la56c758ya"))))
+                "0l8xayacsbjvz5hypx2fv47vpw2n4dspamcfb3hx30x9hj8vmg7r"))))
     (build-system ant-build-system)
     (arguments
      `(#:tests? #f ; no tests included



reply via email to

[Prev in Thread] Current Thread [Next in Thread]