diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-12 16:40:28 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-06-13 01:19:47 +0200 |
commit | 1ab0380db933ec856a4046b8260f30d7ff023910 (patch) | |
tree | 2cf39281e25ae551dadc3e6f588c87e2fc6211fb /gnu/packages | |
parent | 751fa8ff71e1e9ae6d54c4d3930f22815cc2c1d1 (diff) |
gnu: r-cummerbund: Update to 2.30.0.
* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.30.0.
Diffstat (limited to 'gnu/packages')
-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 170202fa08..c359f328a9 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -1099,13 +1099,13 @@ how the coverage distributed across the genome.") (define-public r-cummerbund (package (name "r-cummerbund") - (version "2.28.0") + (version "2.30.0") (source (origin (method url-fetch) (uri (bioconductor-uri "cummeRbund" version)) (sha256 (base32 - "1fjc3bcclm4gsvw4nq6cv3a1kbrldvrxbkyfb9306708si1n4dwk")))) + "1av7yfxcq1wwbqfqcz7caiz5kf6kg5wq9qcg5v6yccihclzwvxjc")))) (build-system r-build-system) (propagated-inputs `(("r-biobase" ,r-biobase) |