guix-commits
[Top][All Lists]
Advanced

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

263/265: gnu: r-bumphunter: Update to 1.28.0.


From: guix-commits
Subject: 263/265: gnu: r-bumphunter: Update to 1.28.0.
Date: Sun, 15 Dec 2019 09:40:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4efdac562b2a52dde224a9f9a309674ec99a5bbb
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:37:30 2019 +0100

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



reply via email to

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