gnu: r-bifet: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-bifet): Update to 1.8.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
7642517336
commit
a54fd40994
1 changed files with 4 additions and 2 deletions
|
@ -7312,19 +7312,21 @@ results.")
|
||||||
(define-public r-bifet
|
(define-public r-bifet
|
||||||
(package
|
(package
|
||||||
(name "r-bifet")
|
(name "r-bifet")
|
||||||
(version "1.6.0")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiFET" version))
|
(uri (bioconductor-uri "BiFET" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ck1d6hxd4f40hfz8p2z5xmjbz79yhrf6fisjka2xzk5v9fm4p4k"))))
|
"1v2dshs09iy2glzq0vwxmr83x867j844i1ixsfcamvfq33fwbbr5"))))
|
||||||
(properties `((upstream-name . "BiFET")))
|
(properties `((upstream-name . "BiFET")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-genomicranges" ,r-genomicranges)
|
`(("r-genomicranges" ,r-genomicranges)
|
||||||
("r-poibin" ,r-poibin)))
|
("r-poibin" ,r-poibin)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/BiFET")
|
(home-page "https://bioconductor.org/packages/BiFET")
|
||||||
(synopsis "Bias-free footprint enrichment test")
|
(synopsis "Bias-free footprint enrichment test")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue