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 @@ accessing web references for elements/sets are also available in BiocSet.")
|
||||||
(define-public r-biocworkflowtools
|
(define-public r-biocworkflowtools
|
||||||
(package
|
(package
|
||||||
(name "r-biocworkflowtools")
|
(name "r-biocworkflowtools")
|
||||||
(version "1.12.0")
|
(version "1.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocWorkflowTools" version))
|
(uri (bioconductor-uri "BiocWorkflowTools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v4bhnpdkmllm7aghms9b7369hkrgz7mn69wbrqg1x42pgkf30ad"))))
|
"0z28s572wg9qxv52dmixxz1xf1z3fyp2j7kzk0k32fp628918wr6"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BiocWorkflowTools")))
|
`((upstream-name . "BiocWorkflowTools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -7519,6 +7519,8 @@ accessing web references for elements/sets are also available in BiocSet.")
|
||||||
("r-rstudioapi" ,r-rstudioapi)
|
("r-rstudioapi" ,r-rstudioapi)
|
||||||
("r-stringr" ,r-stringr)
|
("r-stringr" ,r-stringr)
|
||||||
("r-usethis" ,r-usethis)))
|
("r-usethis" ,r-usethis)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/BiocWorkflowTools/")
|
(home-page "https://bioconductor.org/packages/BiocWorkflowTools/")
|
||||||
(synopsis "Tools to aid the development of Bioconductor Workflow packages")
|
(synopsis "Tools to aid the development of Bioconductor Workflow packages")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue