diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 12:44:32 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:19:07 +0200 |
commit | b0bd7ec471aed0c99e57a80666ee19a8b1cd0b36 (patch) | |
tree | 965650a79d01b6bb073679f32e858b06d162845d | |
parent | 6f0430cdc2a4fd2cb2e0b12984fb7877fd6d6a2f (diff) |
gnu: r-cummerbund: Update to 2.38.0.
* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.38.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 860417862a..aa0f4d4fb5 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -2086,13 +2086,13 @@ how the coverage distributed across the genome.") (define-public r-cummerbund (package (name "r-cummerbund") - (version "2.36.0") + (version "2.38.0") (source (origin (method url-fetch) (uri (bioconductor-uri "cummeRbund" version)) (sha256 (base32 - "0130hrlz2jabbshis1g11ndda8b8vlirzi7a004li3cgdghscxql")))) + "1p4anmi436zykp0ir307g75g23kj8b7shxg4r65qq6zdwflphm0q")))) (build-system r-build-system) (propagated-inputs (list r-biobase |