gnu: r-rhtslib: Update to 1.12.1.

* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.12.1.
[native-inputs]: Remove autoconf.
This commit is contained in:
Ricardo Wurmus 2018-06-02 11:58:55 +02:00
parent 2c480bb012
commit 1a08bb8a17
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8450,14 +8450,14 @@ (define-public r-r4rna
(define-public r-rhtslib
(package
(name "r-rhtslib")
(version "1.10.0")
(version "1.12.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rhtslib" version))
(sha256
(base32
"1dw3p44bfr0m7w39ckc2k37sjcp1zz0b9g12mr8am15jaj6v0q2j"))))
"16ywnb8cmr2xabd1i21b92rfziw7xfbv25yv16ipw617p41wa39z"))))
(properties `((upstream-name . "Rhtslib")))
(build-system r-build-system)
(propagated-inputs
@ -8465,7 +8465,7 @@ (define-public r-rhtslib
(inputs
`(("zlib" ,zlib)))
(native-inputs
`(("autoconf" ,autoconf)))
`(("pkg-config" ,pkg-config)))
(home-page "https://github.com/nhayden/Rhtslib")
(synopsis "High-throughput sequencing library as an R package")
(description