guix-commits
[Top][All Lists]
Advanced

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

156/215: gnu: r-bumphunter: Update to 1.26.0.


From: guix-commits
Subject: 156/215: gnu: r-bumphunter: Update to 1.26.0.
Date: Sun, 5 May 2019 18:15:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 693a98056caaf2aa8f185efa604481bc16d7cb8c
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:01:01 2019 +0200

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



reply via email to

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