gnu: htslib: Update to 1.5.

* gnu/packages/bioinformatics.scm (htslib): Update to 1.5.
This commit is contained in:
Ben Woodcroft 2017-06-27 08:18:04 +10:00
parent 60739965da
commit 4fb6d1280e
No known key found for this signature in database
GPG key ID: 2A6AD9F4AAC20DF6

View file

@ -3045,7 +3045,7 @@ (define-public java-htsjdk
(define-public htslib
(package
(name "htslib")
(version "1.4.1")
(version "1.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -3053,7 +3053,7 @@ (define-public htslib
version "/htslib-" version ".tar.bz2"))
(sha256
(base32
"1crkk79kgxcmrkmh5f58c4k93w4rz6lp97sfsq3s6556zxcxvll5"))))
"0bcjmnbwp2bib1z1bkrp95w9v2syzdwdfqww10mkb1hxlmg52ax0"))))
(build-system gnu-build-system)
(arguments
`(#:phases