gnu: java-plexus-interpolation: Don't use unstable tarball.
* gnu/packages/java.scm (java-plexus-interpolation)[source]: Download using git-fetch.master
parent
c53badd452
commit
c4b67ba3a8
|
@ -3629,13 +3629,14 @@ more.")
|
||||||
(name "java-plexus-interpolation")
|
(name "java-plexus-interpolation")
|
||||||
(version "1.23")
|
(version "1.23")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/codehaus-plexus/"
|
(uri (git-reference
|
||||||
"plexus-interpolation/archive/"
|
(url "https://github.com/codehaus-plexus/plexus-interpolation")
|
||||||
"plexus-interpolation-" version ".tar.gz"))
|
(commit (string-append "plexus-interpolation-" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03377yzlx5q440m6sxxgv6a5qb8fl30zzcgxgc0hxk5qgl2z1jjn"))))
|
"005hxxg1adv71a96lz4vp65bk3v1pi76j4c45z29xzizclib16vl"))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:jar-name "plexus-interpolation.jar"
|
`(#:jar-name "plexus-interpolation.jar"
|
||||||
|
|
Reference in New Issue