[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/20: gnu: r-biocworkflowtools: Update to 1.12.1.
From: |
guix-commits |
Subject: |
20/20: gnu: r-biocworkflowtools: Update to 1.12.1. |
Date: |
Wed, 1 Apr 2020 05:22:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4ecba23091b29a7cdb06d4b5be9436609b7da4ca
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Apr 1 11:14:34 2020 +0200
gnu: r-biocworkflowtools: Update to 1.12.1.
* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.12.1.
[native-inputs]: Add r-knitr.
---
gnu/packages/bioconductor.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 91e4446..2fbfdba 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7498,14 +7498,14 @@ accessing web references for elements/sets are also
available in 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 @@ accessing web references for elements/sets are also
available in BiocSet.")
("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
- 09/20: gnu: r-performance: Update to 0.4.5., (continued)
- 09/20: gnu: r-performance: Update to 0.4.5., guix-commits, 2020/04/01
- 10/20: gnu: r-fs: Update to 1.4.0., guix-commits, 2020/04/01
- 15/20: gnu: r-biomart: Update to 2.42.1., guix-commits, 2020/04/01
- 16/20: gnu: r-genomicinteractions: Update to 1.20.2., guix-commits, 2020/04/01
- 12/20: gnu: r-rematch2: Update to 2.1.1., guix-commits, 2020/04/01
- 17/20: gnu: r-gofuncr: Update to 1.6.1., guix-commits, 2020/04/01
- 18/20: gnu: r-cytoml: Update to 1.12.1., guix-commits, 2020/04/01
- 11/20: gnu: r-afex: Update to 0.27-2., guix-commits, 2020/04/01
- 13/20: gnu: r-forecast: Update to 8.12., guix-commits, 2020/04/01
- 19/20: gnu: r-mixomics: Update to 6.10.9., guix-commits, 2020/04/01
- 20/20: gnu: r-biocworkflowtools: Update to 1.12.1.,
guix-commits <=
- 14/20: gnu: r-genomeinfodb: Update to 1.22.1., guix-commits, 2020/04/01