3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: htslib: Update to 1.8.

* gnu/packages/bioinformatics.scm (htslib): Update to 1.8.
This commit is contained in:
Roel Janssen 2018-04-27 01:09:56 +02:00
parent 16ef3368da
commit 8df0267ad4
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

@ -3453,7 +3453,7 @@ The main functions of FastQC are:
(define-public htslib
(package
(name "htslib")
(version "1.7")
(version "1.8")
(source (origin
(method url-fetch)
(uri (string-append
@ -3461,7 +3461,7 @@ The main functions of FastQC are:
version "/htslib-" version ".tar.bz2"))
(sha256
(base32
"1il6i2p84b0y9c93dhvzzki1ifw9bvapm2mvpr0xvb2nq8jlwgdy"))))
"18bw0mn9pj5wgarnlaxmf1bb8pdqgl1zd6czirqcr62ajpn1xvy0"))))
(build-system gnu-build-system)
(inputs
`(("openssl" ,openssl)