diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 13:07:13 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:37 +0200 |
| commit | 8646c2c5af730dc9be94f7faf551b6e470180057 (patch) | |
| tree | 3d411484b998f4354d04b991414086a751e56a7b | |
| parent | 6aaac102bc9d09210469372fe43d8ed149fbe0d0 (diff) | |
gnu: r-bioconcotk: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-bioconcotk): Update to 1.24.0.
Change-Id: Ibbbb8d3c63c6c9d6fd707b6ba54db022c6894593
| -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 6c45a0038b..16552dd482 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -21201,14 +21201,14 @@ rownames.") (define-public r-bioconcotk (package (name "r-bioconcotk") - (version "1.22.2") + (version "1.24.0") (source (origin (method url-fetch) (uri (bioconductor-uri "BiocOncoTK" version)) (sha256 (base32 - "0yx32yj9bw78nhbv1yvgs26sxdmnava1a89g9hs4ai26c1hy150s")))) + "0h4cr7lrmbyx7kdj81s7ff75svr01rvzn54svqi93vjilawmpbm3")))) (properties `((upstream-name . "BiocOncoTK"))) (build-system r-build-system) (propagated-inputs |
