guix-commits
[Top][All Lists]
Advanced

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

05/151: gnu: r-diffbind: Update to 2.10.0.


From: Ricardo Wurmus
Subject: 05/151: gnu: r-diffbind: Update to 2.10.0.
Date: Wed, 7 Nov 2018 06:28:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 98652568a42fcdb09c05e137fba96196b00d6c4e
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 11:43:32 2018 +0100

    gnu: r-diffbind: Update to 2.10.0.
    
    * gnu/packages/bioconductor.scm (r-diffbind): Update to 2.10.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 797d7d4..72e43ae 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -247,14 +247,14 @@ region sets and other genomic features.")
 (define-public r-diffbind
   (package
     (name "r-diffbind")
-    (version "2.8.0")
+    (version "2.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DiffBind" version))
        (sha256
         (base32
-         "1w1hybzd732ccg3q8zhirwfilq8sx3frv1x98zfyj3svzw98fish"))))
+         "0j8pal40lr1gv8sss96hhkj7l1qn9sy4q4l2kqd4rfwl7qrcnfw5"))))
     (properties `((upstream-name . "DiffBind")))
     (build-system r-build-system)
     (inputs



reply via email to

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