gnu: sra-tools: Fetch sources from git.

* gnu/packages/bioinformatics.scm (sra-tools)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-07 21:41:20 +01:00
parent 55698df260
commit 2b773a9273
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 6 deletions

View File

@ -5654,14 +5654,14 @@ sequence itself can be retrieved from these databases.")
(version "2.8.2-1")
(source
(origin
(method url-fetch)
(uri
(string-append "https://github.com/ncbi/sra-tools/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/ncbi/sra-tools.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1camsijmvv2s45mb4iyf44ghl4gkd4rl0viphpcgl3ccchy32a0g"))))
"12ln0pk8yajhmmj9xsfwa1qgv5m05ji40jsg17wdcls62zz6fwrk"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-build? #f ; not supported