me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/java.scm (java-fest-assert)[source]: Download using
git-fetch.
master
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
1 changed files with 6 additions and 4 deletions

View File

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