gnu: java-plexus-container-default-bootstrap: Don't use unstable tarball.

* gnu/packages/java.scm (java-plexus-container-default-bootstrap)
[source]: Download using git-fetch.
This commit is contained in:
Efraim Flashner 2020-03-29 22:32:23 +03:00
parent 9520b2b16e
commit 3a26ea3a58
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3687,12 +3687,14 @@ (define java-plexus-container-default-bootstrap
(name "java-plexus-container-default-bootstrap")
(version "1.7.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/codehaus-plexus/plexus-containers"
"/archive/plexus-containers-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/codehaus-plexus/plexus-containers")
(commit (string-append "plexus-containers-" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0xw5g30qf4a83608rw9v2hv8pfsz7d69dkdhk6r0wia4q78hh1pc"))))
"1316hrp5vqfv0aw7miq2fp0wwy833h66h502h29vnh5sxj27x228"))))
(build-system ant-build-system)
(arguments
`(#:jar-name "container-default.jar"