mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: java-plexus-io: Don't use unstable tarball.
* gnu/packages/java.scm (java-plexus-io)[source]: Download using git-fetch.
This commit is contained in:
parent
3a26ea3a58
commit
48fe942c85
1 changed files with 6 additions and 4 deletions
|
@ -3728,12 +3728,14 @@ (define-public java-plexus-io
|
|||
(name "java-plexus-io")
|
||||
(version "3.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/codehaus-plexus/plexus-io"
|
||||
"/archive/plexus-io-" version ".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/codehaus-plexus/plexus-io")
|
||||
(commit (string-append "plexus-io-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0f2j41kihaymxkpbm55smpxjja235vad8cgz94frfy3ppcp021dw"))))
|
||||
"1h4q9l2j9sfbscvxpnyy2hazi0r83h3am86y4r959wrl1b24xxwd"))))
|
||||
(build-system ant-build-system)
|
||||
(arguments
|
||||
`(#:jar-name "plexus-io.jar"
|
||||
|
|
Loading…
Reference in a new issue