gnu: fxtract: Fetch sources from git.

* gnu/packages/bioinformatics.scm (fxtract)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-07 19:55:50 +01:00
parent 7ca49ab57a
commit 91b71cfbba
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 8 deletions

View File

@ -2768,16 +2768,14 @@ genes in incomplete assemblies or complete genomes.")
(version "2.3") (version "2.3")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/ctSkennerton/fxtract/archive/" (url "https://github.com/ctSkennerton/fxtract.git")
version ".tar.gz")) (commit version)))
(file-name (string-append "ctstennerton-util-" (file-name (git-file-name name version))
(string-take util-commit 7)
"-checkout"))
(sha256 (sha256
(base32 (base32
"0275cfdhis8517hm01is62062swmi06fxzifq7mr3knbbxjlaiwj")))) "0hab3gpwf4w9s87qlbswq6ws1qqybh4dcqk79q1ahyldzai5fgp5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags (list `(#:make-flags (list