diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 16:47:49 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 22:49:13 +0100 |
commit | 8d8f9903b1235d5be1cb55f9874e4dc7617249f8 (patch) | |
tree | b8d2082b4a792fa65fe1313a33effe54cd3a3a06 | |
parent | 352f4079d33755403fd1dcc9e9a065d1c43667bc (diff) | |
download | guix-8d8f9903b1235d5be1cb55f9874e4dc7617249f8.tar.gz guix-8d8f9903b1235d5be1cb55f9874e4dc7617249f8.zip |
gnu: r-cummerbund: Update to 2.44.0.
* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.44.0.
Change-Id: I3417397cbcd463c817299ee2d37343f8933ff8b5
-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 76c4ada082..b496a9c471 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -4595,13 +4595,13 @@ how the coverage distributed across the genome.") (define-public r-cummerbund (package (name "r-cummerbund") - (version "2.42.0") + (version "2.44.0") (source (origin (method url-fetch) (uri (bioconductor-uri "cummeRbund" version)) (sha256 (base32 - "1xin1azby96xxp4yyd4wc3rfcjc2g9p01ksfd89bk2vxcclccqxn")))) + "1a5x3jzagd1a385yk1brs4say02r0l21qqjak4cl6fsv8ihhy05s")))) (build-system r-build-system) (propagated-inputs (list r-biobase |