diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-11-17 03:50:05 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 12:31:16 +0100 |
commit | f0ed6c519c45978f378c9ce887302ddc773866cb (patch) | |
tree | 465bacc2129180f13e4c84624088f15f5212caef /gnu/packages | |
parent | 2bfc463a42d6c1fb12945a1669b9d851f7114410 (diff) | |
download | guix-f0ed6c519c45978f378c9ce887302ddc773866cb.tar.gz guix-f0ed6c519c45978f378c9ce887302ddc773866cb.zip |
gnu: r-cummerbund: Update to 2.40.0.
* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.40.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 a3fb0da6af..358eb57622 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -3141,13 +3141,13 @@ how the coverage distributed across the genome.") (define-public r-cummerbund (package (name "r-cummerbund") - (version "2.38.0") + (version "2.40.0") (source (origin (method url-fetch) (uri (bioconductor-uri "cummeRbund" version)) (sha256 (base32 - "1p4anmi436zykp0ir307g75g23kj8b7shxg4r65qq6zdwflphm0q")))) + "1fzkhnlgv4zd0slr12d5aichyxsca86p82fyjymiz7f5fqdvqmd9")))) (build-system r-build-system) (propagated-inputs (list r-biobase |