diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-04 22:03:56 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-07 22:34:35 +0000 |
commit | 07b14e81f9d79244938eb84a850d7634110cfd84 (patch) | |
tree | 0c3fd52e846e725b57d5897fcf0b6dd08fb7e941 /gnu | |
parent | 9d51c1f423f402b6c5517c265d90dee015c7c430 (diff) |
gnu: r-cummerbund: Update to 2.36.0.
* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.36.0.
Diffstat (limited to 'gnu')
-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 42706ef989..71580a01e5 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -1468,13 +1468,13 @@ how the coverage distributed across the genome.") (define-public r-cummerbund (package (name "r-cummerbund") - (version "2.34.0") + (version "2.36.0") (source (origin (method url-fetch) (uri (bioconductor-uri "cummeRbund" version)) (sha256 (base32 - "1avvmvrmldbscc7xd6a6k22xjykbzafvqf87wh5z9rx3qlzswsjx")))) + "0130hrlz2jabbshis1g11ndda8b8vlirzi7a004li3cgdghscxql")))) (build-system r-build-system) (propagated-inputs `(("r-biobase" ,r-biobase) |