mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: java-plexus-interpolation: Don't use unstable tarball.
* gnu/packages/java.scm (java-plexus-interpolation)[source]: Download using git-fetch.
This commit is contained in:
parent
c53badd452
commit
c4b67ba3a8
1 changed files with 6 additions and 5 deletions
|
@ -3629,13 +3629,14 @@ (define-public java-plexus-interpolation
|
|||
(name "java-plexus-interpolation")
|
||||
(version "1.23")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/codehaus-plexus/"
|
||||
"plexus-interpolation/archive/"
|
||||
"plexus-interpolation-" version ".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/codehaus-plexus/plexus-interpolation")
|
||||
(commit (string-append "plexus-interpolation-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"03377yzlx5q440m6sxxgv6a5qb8fl30zzcgxgc0hxk5qgl2z1jjn"))))
|
||||
"005hxxg1adv71a96lz4vp65bk3v1pi76j4c45z29xzizclib16vl"))))
|
||||
(build-system ant-build-system)
|
||||
(arguments
|
||||
`(#:jar-name "plexus-interpolation.jar"
|
||||
|
|
Loading…
Reference in a new issue