gnu: java-plexus-compiler-api: Don't use unstable tarball.

* gnu/packages/java.scm (java-plexus-compiler-api)[source]: Download
using git-fetch.
This commit is contained in:
Efraim Flashner 2020-03-30 09:19:59 +03:00
parent d0e6461370
commit 5723137a4c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3927,12 +3927,14 @@ (define-public java-plexus-compiler-api
(name "java-plexus-compiler-api") (name "java-plexus-compiler-api")
(version "2.8.4") (version "2.8.4")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/codehaus-plexus/plexus-compiler" (uri (git-reference
"/archive/plexus-compiler-" version ".tar.gz")) (url "https://github.com/codehaus-plexus/plexus-compiler")
(commit (string-append "plexus-compiler-" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"09vmxs0807wsd26nbrwwj5l8ycmzazqycj52l7w6wjvkryywi69h")))) "1nq1gnn3s6z1j29gmi1hqbklsmm8b1lmnafb0191914f95mn18gk"))))
(build-system ant-build-system) (build-system ant-build-system)
(arguments (arguments
`(#:jar-name "plexus-compiler-api.jar" `(#:jar-name "plexus-compiler-api.jar"