gnu: r-chipseeker: Update to 1.28.3.
* gnu/packages/bioconductor.scm (r-chipseeker): Update to 1.28.3. [inputs]: Remove r-knitr. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
336107c13d
commit
ca10bafc65
1 changed files with 3 additions and 3 deletions
|
@ -2378,15 +2378,15 @@ analysis.")
|
||||||
(define-public r-chipseeker
|
(define-public r-chipseeker
|
||||||
(package
|
(package
|
||||||
(name "r-chipseeker")
|
(name "r-chipseeker")
|
||||||
(version "1.26.2")
|
(version "1.28.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ChIPseeker" version))
|
(uri (bioconductor-uri "ChIPseeker" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r197qwsriap6s6nb2p9j3521pjs2f0lgyzvppvlxj1531sa6g6z"))))
|
"18hdgml80770c0xgd06zrl8px1ql9fa65rirfkq07z7rzpnd23rw"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(native-inputs
|
||||||
`(("r-knitr" ,r-knitr)))
|
`(("r-knitr" ,r-knitr)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
|
Reference in a new issue