diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 12:45:19 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:19:37 +0200 |
commit | a56e8ec8fbd02c100f9938dbc604101f79ea3f91 (patch) | |
tree | fb39912f4b29d82397d990a96c4961ce02d5fe27 /gnu/packages | |
parent | 22300462dd61e452142d673864ab5727c7980766 (diff) |
gnu: r-biocworkflowtools: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.22.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index e19156e15c..4abc46e862 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -13291,14 +13291,14 @@ accessing web references for elements/sets are also available in BiocSet.") (define-public r-biocworkflowtools (package (name "r-biocworkflowtools") - (version "1.20.0") + (version "1.22.0") (source (origin (method url-fetch) (uri (bioconductor-uri "BiocWorkflowTools" version)) (sha256 (base32 - "1j9s8w5y8savcmh70npkanxacq1kipxnwk1wsiw5hwnp1p13ldaa")))) + "1jj4icpkhrv9f6yx3vghkpdil1pfghf3yvc9756wmndvhs100r5l")))) (properties `((upstream-name . "BiocWorkflowTools"))) (build-system r-build-system) |