guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/288: gnu: r-cummerbund: Update to 2.32.0.


From: guix-commits
Subject: 03/288: gnu: r-cummerbund: Update to 2.32.0.
Date: Mon, 16 Nov 2020 15:06:35 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit bd8ce494d2711641dd79849d135d7165558d11d1
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:47:03 2020 +0100

    gnu: r-cummerbund: Update to 2.32.0.
    
    * gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.32.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index d665138..be07169 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]