gnu: r-cummerbund: Update to 2.32.0.
authorzimoun <zimon.toutoune@gmail.com>
Fri, 30 Oct 2020 14:47:03 +0000 (15:47 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Wed, 9 Dec 2020 11:12:20 +0000 (12:12 +0100)
* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.32.0.

gnu/packages/bioconductor.scm

index d665138..be07169 100644 (file)
@@ -1104,13 +1104,13 @@ how the coverage distributed across the genome.")
 (define-public r-cummerbund
   (package
    (name "r-cummerbund")
-   (version "2.30.0")
+   (version "2.32.0")
    (source (origin
              (method url-fetch)
              (uri (bioconductor-uri "cummeRbund" version))
              (sha256
               (base32
-               "1av7yfxcq1wwbqfqcz7caiz5kf6kg5wq9qcg5v6yccihclzwvxjc"))))
+               "1x7rby50api1c66al6a0i92q82ydjmh3h8l2k7hj0ffpn8c5pdgj"))))
    (build-system r-build-system)
    (propagated-inputs
     `(("r-biobase" ,r-biobase)