mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: r-biocstyle: Update to 2.10.0.
* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.10.0. [propagated-inputs]: Add biocmanager.
This commit is contained in:
parent
c8dbb5fa7f
commit
6087f5ce37
1 changed files with 5 additions and 4 deletions
|
@ -7141,18 +7141,19 @@ authoring books and technical documents with R Markdown.")
|
|||
(define-public r-biocstyle
|
||||
(package
|
||||
(name "r-biocstyle")
|
||||
(version "2.8.2")
|
||||
(version "2.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocStyle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17m901ylz00w1a3nq5f910v55zixm1nr6rb3qrsbhqd94qzr0l2p"))))
|
||||
"01lm8xljilj666fcl3wnw82dxkcxnlr294lddr553rm8xr5nwg31"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocStyle")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-bookdown" ,r-bookdown)
|
||||
`(("r-biocmanager" ,r-biocmanager)
|
||||
("r-bookdown" ,r-bookdown)
|
||||
("r-knitr" ,r-knitr)
|
||||
("r-rmarkdown" ,r-rmarkdown)
|
||||
("r-yaml" ,r-yaml)))
|
||||
|
|
Loading…
Add table
Reference in a new issue