gnu: java-fest-util: Don't use unstable tarball.
* gnu/packages/java.scm (java-fest-util)[source]: Download using git-fetch.
This commit is contained in:
parent
8c2a6183de
commit
00f3190d6b
1 changed files with 6 additions and 4 deletions
|
@ -9117,12 +9117,14 @@ those in Perl and JavaScript.")
|
||||||
(name "java-fest-util")
|
(name "java-fest-util")
|
||||||
(version "1.2.5")
|
(version "1.2.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/alexruiz/fest-util/"
|
(uri (git-reference
|
||||||
"archive/fest-util-" version ".tar.gz"))
|
(url "https://github.com/alexruiz/fest-util/")
|
||||||
|
(commit (string-append "fest-util-" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05g6hljz5mdaakk8d7g32klbhz9bdwp3qlj6rdaggdidxs3x1sb8"))))
|
"02kgal7v85snyyvcsxvn4qphid455f4smh2wri1il8d9asw0djbz"))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:jar-name "java-fest-util.jar"
|
`(#:jar-name "java-fest-util.jar"
|
||||||
|
|
Reference in a new issue