diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 17:59:47 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:09:33 +0200 |
commit | 9b305554a311ad5afb664cb0fac01f03fed1814d (patch) | |
tree | 0e4a6bc7adb9df6cd1788c426785cfbdf87c7fe9 | |
parent | 6233b26d1dc6a228aef1ac9dcf6fa6ff67a854f6 (diff) |
gnu: r-cummerbund: Update to 2.42.0.
* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.42.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 8ee9ea142a..81ddc982a2 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -4209,13 +4209,13 @@ how the coverage distributed across the genome.") (define-public r-cummerbund (package (name "r-cummerbund") - (version "2.40.0") + (version "2.42.0") (source (origin (method url-fetch) (uri (bioconductor-uri "cummeRbund" version)) (sha256 (base32 - "1fzkhnlgv4zd0slr12d5aichyxsca86p82fyjymiz7f5fqdvqmd9")))) + "1xin1azby96xxp4yyd4wc3rfcjc2g9p01ksfd89bk2vxcclccqxn")))) (build-system r-build-system) (propagated-inputs (list r-biobase |