gnu: raxml: Fetch sources from git.
* gnu/packages/bioinformatics.scm (raxml)[source]: Fetch from git.
This commit is contained in:
parent
5e242b02c3
commit
4715d4af17
|
@ -4856,15 +4856,14 @@ extremely diverse sets of genomes.")
|
||||||
(version "8.2.10")
|
(version "8.2.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri (git-reference
|
||||||
(string-append
|
(url "https://github.com/stamatak/standard-RAxML.git")
|
||||||
"https://github.com/stamatak/standard-RAxML/archive/v"
|
(commit (string-append "v" version))))
|
||||||
version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13s7aspfdcfr6asynwdg1x6vznys6pzap5f8wsffbnnwpkkg9ya8"))))
|
"1crf5xwchzlals3ypgb9gkm3yzllfp6bn571abdjc21q8c4x7v7k"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There are no tests.
|
`(#:tests? #f ; There are no tests.
|
||||||
|
|
Loading…
Reference in New Issue