gnu: prodigal: Fetch sources from git.
* gnu/packages/bioinformatics.scm (prodigal)[source]: Fetch from git.
This commit is contained in:
parent
dcb45127e0
commit
fff67cc8a7
|
@ -4679,14 +4679,14 @@ different command-line tools:
|
||||||
(name "prodigal")
|
(name "prodigal")
|
||||||
(version "2.6.3")
|
(version "2.6.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/hyattpd/Prodigal/archive/v"
|
(url "https://github.com/hyattpd/Prodigal.git")
|
||||||
version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17srxkqd3jc77xk15pfbgg1a9xahqg7337w95mrsia7mpza4l2c9"))))
|
"1fs1hqk83qjbjhrvhw6ni75zakx5ki1ayy3v6wwkn3xvahc9hi5s"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no check target
|
`(#:tests? #f ;no check target
|
||||||
|
|
Loading…
Reference in New Issue