guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: r-methylkit: Update to 1.6.1.


From: Ricardo Wurmus
Subject: 02/07: gnu: r-methylkit: Update to 1.6.1.
Date: Tue, 5 Jun 2018 04:40:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d19e0690b9731c5146cfbfcbed5193787a225b13
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jun 5 10:34:11 2018 +0200

    gnu: r-methylkit: Update to 1.6.1.
    
    * gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.6.1.
---
 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 c6b6d31..03759b1 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.6.0")
+    (version "1.6.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "methylKit" version))
               (sha256
                (base32
-                "01qmndm5z21p78w7xfp8ynan6jpfg54rnkpj8b86rc081qh0sgjj"))))
+                "1hr2czi5ybdf7hdmqsv39d17f3mvmw94wa38bc14zzm9mgy9gfy7"))))
     (properties `((upstream-name . "methylKit")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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