gnu: r-rhtslib: Update to 1.6.0.

* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.6.0.
[native-inputs]: Add autoconf.
This commit is contained in:
Ricardo Wurmus 2016-10-26 09:18:29 +02:00
parent da22da862b
commit 53ca52f013
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -7246,20 +7246,22 @@ libraries for systems that do not have these available via other means.")
(define-public r-rhtslib (define-public r-rhtslib
(package (package
(name "r-rhtslib") (name "r-rhtslib")
(version "1.4.3") (version "1.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "Rhtslib" version)) (uri (bioconductor-uri "Rhtslib" version))
(sha256 (sha256
(base32 (base32
"1wgpn9x8abjj7fc087pdavqc3fz0pl5xdh231mgjila18irwlhb3")))) "1vk3ng61dhi3pbia1lp3gl3mlr3i1vb2lkq83qb53i9dzz128wh9"))))
(properties `((upstream-name . "Rhtslib"))) (properties `((upstream-name . "Rhtslib")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-zlibbioc" ,r-zlibbioc))) `(("r-zlibbioc" ,r-zlibbioc)))
(inputs (inputs
`(("zlib" ,zlib))) `(("zlib" ,zlib)))
(native-inputs
`(("autoconf" ,autoconf)))
(home-page "https://github.com/nhayden/Rhtslib") (home-page "https://github.com/nhayden/Rhtslib")
(synopsis "High-throughput sequencing library as an R package") (synopsis "High-throughput sequencing library as an R package")
(description (description