gnu: java-eclipse-core-runtime: Update to 3.15.100.

* gnu/packages/java.scm (java-eclipse-core-runtime): Update to 3.15.100.
This commit is contained in:
Ricardo Wurmus 2019-03-05 09:36:33 +01:00
parent e40e3792e6
commit 4fa9b6e657
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5611,7 +5611,7 @@ the module @code{org.eclipse.equinox.preferences}.")
(define-public java-eclipse-core-runtime (define-public java-eclipse-core-runtime
(package (package
(name "java-eclipse-core-runtime") (name "java-eclipse-core-runtime")
(version "3.12.0") (version "3.15.100")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://repo1.maven.org/maven2/" (uri (string-append "https://repo1.maven.org/maven2/"
@ -5620,7 +5620,7 @@ the module @code{org.eclipse.equinox.preferences}.")
version "-sources.jar")) version "-sources.jar"))
(sha256 (sha256
(base32 (base32
"16mkf8jgj35pgzms7w1gyfq0gfm4ixw6c5xbbxzdj1la56c758ya")))) "0l8xayacsbjvz5hypx2fv47vpw2n4dspamcfb3hx30x9hj8vmg7r"))))
(build-system ant-build-system) (build-system ant-build-system)
(arguments (arguments
`(#:tests? #f ; no tests included `(#:tests? #f ; no tests included