gnu: preseq: Update to 2.0.3.

* gnu/packages/bioinformatics.scm (preseq): Update to 2.0.3.
This commit is contained in:
Ricardo Wurmus 2018-11-07 22:42:21 +01:00
parent 37e285be43
commit 67caa4b773
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 7 deletions

View File

@ -5554,15 +5554,14 @@ structures, classes for genomic regions, mapped sequencing reads, etc.")
(define-public preseq (define-public preseq
(package (package
(name "preseq") (name "preseq")
(version "2.0") (version "2.0.3")
(source (origin (source (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (string-append "https://github.com/smithlabcode/preseq/"
(url "https://github.com/smithlabcode/preseq.git") "releases/download/v" version
(commit (string-append "v" version)))) "/preseq_v" version ".tar.bz2"))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "09mwj7x3zavnk1j6cax66madxgfaxjpq4c11mf93lsgg7z46znkm")) (base32 "149x9xmk1wy1gff85325yfzqc0qk4sgp1w6gbyj9cnji4x1dszbl"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(begin (snippet '(begin
;; Remove bundled samtools. ;; Remove bundled samtools.