gnu: samtools: Update to 1.8.

* gnu/packages/bioinformatics.scm (samtools): Update to 1.8.
This commit is contained in:
Roel Janssen 2018-04-27 01:08:58 +02:00
parent cbd9f91c32
commit c829c5ea85
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

@ -4920,7 +4920,7 @@ (define-public seek
(define-public samtools
(package
(name "samtools")
(version "1.7")
(version "1.8")
(source
(origin
(method url-fetch)
@ -4929,7 +4929,7 @@ (define-public samtools
version "/samtools-" version ".tar.bz2"))
(sha256
(base32
"18acyqysbxpydlc44lqv2hpp57l06bs9a3yqmcvjk8va2xrrdc77"))))
"05myg7bs90i68qbqab9cdg9rqj2xh39azibrx82ipzc5kcfvqhn9"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((ice-9 ftw)