guix-commits
[Top][All Lists]
Advanced

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

67/112: gnu: r-methylkit: Update to 1.6.0.


From: Ricardo Wurmus
Subject: 67/112: gnu: r-methylkit: Update to 1.6.0.
Date: Sat, 2 Jun 2018 07:40:16 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 19ad568e79a59b2226bffd8bc1d0a1185ffe3009
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 2 12:01:43 2018 +0200

    gnu: r-methylkit: Update to 1.6.0.
    
    * gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.6.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5d3f16b..ff6b45e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9219,13 +9219,13 @@ number detection tools.")
 (define-public r-methylkit
   (package
     (name "r-methylkit")
-    (version "1.4.1")
+    (version "1.6.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "methylKit" version))
               (sha256
                (base32
-                "1k0nfn9318sgwm4z963bhnbp4c3zv85v3f9886vc5hgaisr0yvai"))))
+                "01qmndm5z21p78w7xfp8ynan6jpfg54rnkpj8b86rc081qh0sgjj"))))
     (properties `((upstream-name . "methylKit")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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