diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-10-30 15:47:03 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 12:12:20 +0100 |
commit | a3e2e538373f96366985d926536271ec7b4e7806 (patch) | |
tree | af3872025e5a7e25778c69b4976361b5e08b45bd | |
parent | 5ef637ddc7d3b1173f46104b1a739c12a4653fc3 (diff) |
gnu: r-cummerbund: Update to 2.32.0.
* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.32.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 d665138ec2..be07169eab 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -1104,13 +1104,13 @@ how the coverage distributed across the genome.") (define-public r-cummerbund (package (name "r-cummerbund") - (version "2.30.0") + (version "2.32.0") (source (origin (method url-fetch) (uri (bioconductor-uri "cummeRbund" version)) (sha256 (base32 - "1av7yfxcq1wwbqfqcz7caiz5kf6kg5wq9qcg5v6yccihclzwvxjc")))) + "1x7rby50api1c66al6a0i92q82ydjmh3h8l2k7hj0ffpn8c5pdgj")))) (build-system r-build-system) (propagated-inputs `(("r-biobase" ,r-biobase) |