gnu: java-fest-assert: Don't use unstable tarball.

* gnu/packages/java.scm (java-fest-assert)[source]: Download using
git-fetch.
This commit is contained in:
Efraim Flashner 2020-04-19 22:11:55 +03:00
parent 79e7400883
commit e9917c696b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9167,12 +9167,14 @@ (define-public java-fest-assert
(name "java-fest-assert")
(version "2.0M10")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/alexruiz/fest-assert-2.x/"
"archive/fest-assert-core-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/alexruiz/fest-assert-2.x/")
(commit (string-append "fest-assert-core-" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1bi0iqavikzww6rxvz5jyg7y6bflv95s6ibryxx0xfcxrrw6i5lw"))))
"1cp8zzyag3s85fz2w68sda9zzaal1y5f9wl8g72wkm12an40w6by"))))
(build-system ant-build-system)
(arguments
`(#:jar-name "java-fest-assert.jar"