gnu: diamond: Fetch from git.

* gnu/packages/bioinformatics.scm (diamond)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-10-21 14:04:37 +02:00
parent 7a1e62ca67
commit 1c06399358
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2204,14 +2204,14 @@ (define-public diamond
(name "diamond")
(version "0.9.22")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/bbuchfink/diamond/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/bbuchfink/diamond.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0adp87r9ak63frdrdmrdfhsn6g0jnnyq1lr2wibvqbxcl37iir9m"))))
"0bky78v79g3wmdpsd706cscckgw1v09fg8vdd0z8z0d5b97aj9zl"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; no "check" target