gnu: java-plexus-sec-dispatcher: Don't use unstable tarball.
* gnu/packages/java.scm (java-plexus-sec-dispatcher)[source]: Download using git-fetch.
This commit is contained in:
parent
5723137a4c
commit
d9e356a893
1 changed files with 6 additions and 5 deletions
|
@ -3980,13 +3980,14 @@ Compiler component.")))
|
||||||
(source (origin
|
(source (origin
|
||||||
;; This project doesn't tag releases or publish tarballs, so we take
|
;; This project doesn't tag releases or publish tarballs, so we take
|
||||||
;; the "prepare release plexus-sec-dispatcher-1.4" git commit.
|
;; the "prepare release plexus-sec-dispatcher-1.4" git commit.
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/sonatype/plexus-sec-dispatcher/"
|
(uri (git-reference
|
||||||
"archive/7db8f88048.tar.gz"))
|
(url "https://github.com/sonatype/plexus-sec-dispatcher/")
|
||||||
|
(commit "7db8f880486e192a1c5ea9544e01e756c3d49d0f")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1smfrk4n7xbrsxpxcp2j4i0j8q86j73w0w6xg7qz83dp6dagdjgp"))
|
"1ng4yliy4cqpjr4fxxjbpwyk1wkch5f8vblm1kvwf328s4gibszs"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (git-file-name name version))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:jar-name "plexus-sec-dispatcher.jar"
|
`(#:jar-name "plexus-sec-dispatcher.jar"
|
||||||
#:source-dir "src/main/java"
|
#:source-dir "src/main/java"
|
||||||
|
|
Reference in a new issue