gnu: htslib: Update to 1.6.

* gnu/packages/bioinformatics.scm (htslib): Update to 1.6.
master
Tobias Geerinckx-Rice 2018-01-01 20:13:14 +00:00
parent e22473ffe2
commit ddf38ece8a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2016 Raoul Bonnal <ilpuccio.febo@gmail.com>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
;;;
;;; This file is part of GNU Guix.
@ -3213,7 +3213,7 @@ VCF.")
(define-public htslib
(package
(name "htslib")
(version "1.5")
(version "1.6")
(source (origin
(method url-fetch)
(uri (string-append
@ -3221,7 +3221,7 @@ VCF.")
version "/htslib-" version ".tar.bz2"))
(sha256
(base32
"0bcjmnbwp2bib1z1bkrp95w9v2syzdwdfqww10mkb1hxlmg52ax0"))))
"1jsca3hg4rbr6iqq6imkj4lsvgl8g9768bcmny3hlff2w25vx24m"))))
(build-system gnu-build-system)
(arguments
`(#:phases