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