mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: sra-tools: Fetch sources from git.
* gnu/packages/bioinformatics.scm (sra-tools)[source]: Fetch from git.
This commit is contained in:
parent
55698df260
commit
2b773a9273
1 changed files with 6 additions and 6 deletions
|
@ -5654,14 +5654,14 @@ (define-public sra-tools
|
||||||
(version "2.8.2-1")
|
(version "2.8.2-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri (git-reference
|
||||||
(string-append "https://github.com/ncbi/sra-tools/archive/"
|
(url "https://github.com/ncbi/sra-tools.git")
|
||||||
version ".tar.gz"))
|
(commit version)))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1camsijmvv2s45mb4iyf44ghl4gkd4rl0viphpcgl3ccchy32a0g"))))
|
"12ln0pk8yajhmmj9xsfwa1qgv5m05ji40jsg17wdcls62zz6fwrk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-build? #f ; not supported
|
`(#:parallel-build? #f ; not supported
|
||||||
|
|
Loading…
Reference in a new issue