mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-biocworkflowtools: Update to 1.12.1.
* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.12.1. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
9669bc170a
commit
4ecba23091
1 changed files with 4 additions and 2 deletions
|
@ -7498,14 +7498,14 @@ (define-public r-biocset
|
|||
(define-public r-biocworkflowtools
|
||||
(package
|
||||
(name "r-biocworkflowtools")
|
||||
(version "1.12.0")
|
||||
(version "1.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocWorkflowTools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v4bhnpdkmllm7aghms9b7369hkrgz7mn69wbrqg1x42pgkf30ad"))))
|
||||
"0z28s572wg9qxv52dmixxz1xf1z3fyp2j7kzk0k32fp628918wr6"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocWorkflowTools")))
|
||||
(build-system r-build-system)
|
||||
|
@ -7519,6 +7519,8 @@ (define-public r-biocworkflowtools
|
|||
("r-rstudioapi" ,r-rstudioapi)
|
||||
("r-stringr" ,r-stringr)
|
||||
("r-usethis" ,r-usethis)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/BiocWorkflowTools/")
|
||||
(synopsis "Tools to aid the development of Bioconductor Workflow packages")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue