diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-03-05 09:35:00 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-06 10:10:19 +0100 |
commit | e40e3792e6151d45ff4e187a6c6a7bba7820eff7 (patch) | |
tree | a60f34489314e7893d7adb4a5ef1455445ad13ab /gnu/packages/java.scm | |
parent | d9eada7917edf4307c8e2aa236ab45b6ccd908a0 (diff) | |
download | guix-e40e3792e6151d45ff4e187a6c6a7bba7820eff7.tar guix-e40e3792e6151d45ff4e187a6c6a7bba7820eff7.tar.gz |
gnu: java-eclipse-equinox-common: Update to 3.10.200.
* gnu/packages/java.scm (java-eclipse-equinox-common): Update to 3.10.200.
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r-- | gnu/packages/java.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 8dce255f5d..985f5f79ff 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -5452,7 +5452,7 @@ specification.") (define-public java-eclipse-equinox-common (package (name "java-eclipse-equinox-common") - (version "3.8.0") + (version "3.10.200") (source (origin (method url-fetch) (uri (string-append "https://repo1.maven.org/maven2/" @@ -5461,7 +5461,7 @@ specification.") version "-sources.jar")) (sha256 (base32 - "12aazpkgw46r1qj0pr421jzwhbmsizd97r37krd7njnbrdgfzksc")))) + "1yn8ij6xsljlf35sr2l7wvyvc0ss4n1rv0ry5zkgb49dj4hyrqrj")))) (build-system ant-build-system) (arguments `(#:tests? #f ; no tests included |