gnu: samtools: Update to 1.7.

* gnu/packages/bioinformatics.scm (samtools): Update to 1.7.
This commit is contained in:
Ricardo Wurmus 2018-03-06 15:50:32 +01:00 committed by Ricardo Wurmus
parent 727d847980
commit c072cf57b9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4896,7 +4896,7 @@ to the user's query of interest.")
(define-public samtools (define-public samtools
(package (package
(name "samtools") (name "samtools")
(version "1.5") (version "1.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4905,7 +4905,7 @@ to the user's query of interest.")
version "/samtools-" version ".tar.bz2")) version "/samtools-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1xidmv0jmfy7l0kb32hdnlshcxgzi1hmygvig0cqrq1fhckdlhl5")))) "18acyqysbxpydlc44lqv2hpp57l06bs9a3yqmcvjk8va2xrrdc77"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:modules ((ice-9 ftw) `(#:modules ((ice-9 ftw)