guix-commits
[Top][All Lists]
Advanced

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

162/296: gnu: r-bumphunter: Update to 1.30.0.


From: guix-commits
Subject: 162/296: gnu: r-bumphunter: Update to 1.30.0.
Date: Fri, 12 Jun 2020 19:30:12 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e3fbcb28a49d1948c8ca309d3588b7a99e77004d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:47:02 2020 +0200

    gnu: r-bumphunter: Update to 1.30.0.
    
    * gnu/packages/bioconductor.scm (r-bumphunter): Update to 1.30.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 7e2f2d0..c5acbcd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3178,14 +3178,14 @@ Bayes Analyses of Microarrays} (EBAM).")
 (define-public r-bumphunter
   (package
     (name "r-bumphunter")
-    (version "1.28.0")
+    (version "1.30.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "bumphunter" version))
        (sha256
         (base32
-         "1p3gwb954zns61d1pwgkplxnvgk2lixrl93kkkf439wa3vlgsnjv"))))
+         "04y6spdx89j3bsq2xniqd3sbfmakwc0klbpzjlp1q2xs9kywr4dq"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotationdbi" ,r-annotationdbi)



reply via email to

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