me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/java.scm (java-fest-test)[source]: Download using
git-fetch.
master
Efraim Flashner 2020-04-19 22:04:26 +03:00
parent 00f3190d6b
commit 79e7400883
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 4 deletions

View File

@ -9142,12 +9142,14 @@ those in Perl and JavaScript.")
(name "java-fest-test")
(version "2.1.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/alexruiz/fest-test/"
"archive/fest-test-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/alexruiz/fest-test/")
(commit (string-append "fest-test-" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1rxfbw6l9vc65iy1x3fb617qc6y4w2k430pgf1mfbxfdlxbm0f7g"))))
"0mg1d2jfh7kbx2c40dchbjr6d8pv59snsyb13mfxsr7xk5n69qbn"))))
(build-system ant-build-system)
(arguments
`(#:jar-name "java-fest-test.jar"