gnu: java-javaewah: Don't use unstable tarball.

* gnu/packages/java.scm (java-javaewah)[source]: Download using
git-fetch.
This commit is contained in:
Efraim Flashner 2020-03-30 09:58:51 +03:00
parent 242af2954e
commit 2876b23345
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6742,12 +6742,14 @@ This is a part of the Apache Commons Project.")
(name "java-javaewah")
(version "1.1.6")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/lemire/javaewah/"
"archive/JavaEWAH-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/lemire/javaewah/")
(commit (string-append "JavaEWAH-" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1n7j1r1h24wlhwv9zdcj6yqjrhma2ixwyzm15l5vrv6yqjs6753b"))))
"1m8qcb1py76v7avbjjrkvyy6fhr5dk2ywy73gbsxqry04gkm2nhw"))))
(build-system ant-build-system)
(arguments `(#:jar-name "javaewah.jar"))
(inputs