gnu: htslib: Update to 1.7.

* gnu/packages/bioinformatics.scm (htslib): Update to 1.7.
[arguments]: Remove field.
This commit is contained in:
Ricardo Wurmus 2018-03-06 15:50:08 +01:00 committed by Ricardo Wurmus
parent e325c89076
commit 727d847980
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3431,7 +3431,7 @@ (define-public fastqc
(define-public htslib
(package
(name "htslib")
(version "1.6")
(version "1.7")
(source (origin
(method url-fetch)
(uri (string-append
@ -3439,17 +3439,8 @@ (define-public htslib
version "/htslib-" version ".tar.bz2"))
(sha256
(base32
"1jsca3hg4rbr6iqq6imkj4lsvgl8g9768bcmny3hlff2w25vx24m"))))
"1il6i2p84b0y9c93dhvzzki1ifw9bvapm2mvpr0xvb2nq8jlwgdy"))))
(build-system gnu-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after
'unpack 'patch-tests
(lambda _
(substitute* "test/test.pl"
(("/bin/bash") (which "bash")))
#t)))))
(inputs
`(("openssl" ,openssl)
("curl" ,curl)