diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 12:32:43 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:20 +0200 |
commit | ba9b588001d18a18169172947fe67607d0e3b235 (patch) | |
tree | 85dcf2efdbe3471b4cce4845b425e483886b8362 | |
parent | 6134ddd012072a9c3384390d7545ac12c120d287 (diff) |
gnu: r-cummerbund: Update to 2.46.0.
* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.46.0.
Change-Id: Ia93d7cb81143bfd418d943717ee1cd5e748a0902
-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 4a3fe1d179..861b41deab 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -5150,13 +5150,13 @@ how the coverage distributed across the genome.") (define-public r-cummerbund (package (name "r-cummerbund") - (version "2.44.0") + (version "2.46.0") (source (origin (method url-fetch) (uri (bioconductor-uri "cummeRbund" version)) (sha256 (base32 - "1a5x3jzagd1a385yk1brs4say02r0l21qqjak4cl6fsv8ihhy05s")))) + "0hdm2214waz02ybr264xis48kj2anpad80jk640p49v9r17iia9l")))) (build-system r-build-system) (propagated-inputs (list r-biobase |