summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-06-12 16:40:28 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-06-13 01:19:47 +0200
commit1ab0380db933ec856a4046b8260f30d7ff023910 (patch)
tree2cf39281e25ae551dadc3e6f588c87e2fc6211fb /gnu
parent751fa8ff71e1e9ae6d54c4d3930f22815cc2c1d1 (diff)
downloadguix-1ab0380db933ec856a4046b8260f30d7ff023910.tar.gz
gnu: r-cummerbund: Update to 2.30.0.
* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.30.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioconductor.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 170202fa08..c359f328a9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1099,13 +1099,13 @@ how the coverage distributed across the genome.")
 (define-public r-cummerbund
   (package
    (name "r-cummerbund")
-   (version "2.28.0")
+   (version "2.30.0")
    (source (origin
              (method url-fetch)
              (uri (bioconductor-uri "cummeRbund" version))
              (sha256
               (base32
-               "1fjc3bcclm4gsvw4nq6cv3a1kbrldvrxbkyfb9306708si1n4dwk"))))
+               "1av7yfxcq1wwbqfqcz7caiz5kf6kg5wq9qcg5v6yccihclzwvxjc"))))
    (build-system r-build-system)
    (propagated-inputs
     `(("r-biobase" ,r-biobase)