diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 08:49:39 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 09:12:40 +0200 |
commit | 116df58449e0cc5aa322a1c084a11ffe92a8310c (patch) | |
tree | e61ca2bc4e7556176b2c52f066647f7d4e29644a | |
parent | e6c5d8ce2c53e7c9e0698a5aac6fb9992e3b40c2 (diff) | |
download | guix-116df58449e0cc5aa322a1c084a11ffe92a8310c.tar.gz guix-116df58449e0cc5aa322a1c084a11ffe92a8310c.zip |
gnu: r-cummerbund: Update to 2.34.0.
* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.34.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 60c36417c2..f63ace7507 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -1388,13 +1388,13 @@ how the coverage distributed across the genome.") (define-public r-cummerbund (package (name "r-cummerbund") - (version "2.32.0") + (version "2.34.0") (source (origin (method url-fetch) (uri (bioconductor-uri "cummeRbund" version)) (sha256 (base32 - "1x7rby50api1c66al6a0i92q82ydjmh3h8l2k7hj0ffpn8c5pdgj")))) + "1avvmvrmldbscc7xd6a6k22xjykbzafvqf87wh5z9rx3qlzswsjx")))) (build-system r-build-system) (propagated-inputs `(("r-biobase" ,r-biobase) |