gnu: preseq: Fetch sources from git.

* gnu/packages/bioinformatics.scm (preseq)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-07 22:38:53 +01:00
parent 63f3255e13
commit 37e285be43
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5556,12 +5556,13 @@ (define-public preseq
(name "preseq")
(version "2.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/smithlabcode/"
"preseq/archive/v" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/smithlabcode/preseq.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "08r684l50pnxjpvmhzjgqq56yv9rfw90k8vx0nsrnrzk8mf9hsdq"))
(base32 "09mwj7x3zavnk1j6cax66madxgfaxjpq4c11mf93lsgg7z46znkm"))
(modules '((guix build utils)))
(snippet '(begin
;; Remove bundled samtools.