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:
Efraim Flashner 2020-04-19 22:02:01 +03:00
parent 8c2a6183de
commit 00f3190d6b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9117,12 +9117,14 @@ (define-public java-fest-util
(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"