gnu: java-eclipse-core-resources: Update to 3.13.200.
* gnu/packages/java.scm (java-eclipse-core-resources): Update to 3.13.200.
This commit is contained in:
parent
4fa9b6e657
commit
c8427a5e91
|
@ -5759,7 +5759,7 @@ the module @code{org.eclipse.ant.core}.")
|
||||||
(define-public java-eclipse-core-resources
|
(define-public java-eclipse-core-resources
|
||||||
(package
|
(package
|
||||||
(name "java-eclipse-core-resources")
|
(name "java-eclipse-core-resources")
|
||||||
(version "3.11.1")
|
(version "3.13.200")
|
||||||
(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/"
|
||||||
|
@ -5768,7 +5768,7 @@ the module @code{org.eclipse.ant.core}.")
|
||||||
version "-sources.jar"))
|
version "-sources.jar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hrfxrll6cpcagfksk2na1ypvkcnsp0fk6n3vcsrn97qayf9mx9l"))))
|
"1sn3b6ky72hkvxcgf9b2jkpbdh3y8lbhi9xxwv1dsiddpkkq91hs"))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests included
|
`(#:tests? #f ; no tests included
|
||||||
|
|
Loading…
Reference in New Issue