diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 19:01:28 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:28:05 +0200 |
commit | 2f1c5f361fee46108c0cba8ce037623be66e3b09 (patch) | |
tree | 25f32d72fd40048546e8fe5ea0fc8072af2d7578 | |
parent | 37de521f2242da9c3264a45d5ae6575b2db81ea9 (diff) | |
download | guix-2f1c5f361fee46108c0cba8ce037623be66e3b09.tar.gz |
gnu: r-biocworkflowtools: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.26.0.
-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 c3dcae61bd..5af3fec94d 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -17745,14 +17745,14 @@ accessing web references for elements/sets are also available in BiocSet.") (define-public r-biocworkflowtools (package (name "r-biocworkflowtools") - (version "1.24.0") + (version "1.26.0") (source (origin (method url-fetch) (uri (bioconductor-uri "BiocWorkflowTools" version)) (sha256 (base32 - "00cy5lqmfap57bm2s00bis9ddci2lv1lrp0mk5ydgx061p4ym29i")))) + "1zvjj0hpqwdv7yifqwyb14166ppxw91d964gz4xclism5z5lvyln")))) (properties `((upstream-name . "BiocWorkflowTools"))) (build-system r-build-system) |