guix-commits
[Top][All Lists]
Advanced

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

106/151: gnu: r-methylkit: Update to 1.8.0.


From: Ricardo Wurmus
Subject: 106/151: gnu: r-methylkit: Update to 1.8.0.
Date: Wed, 7 Nov 2018 06:28:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 18604a76e44846fadb00ac54c135f4cf88500283
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 12:09:42 2018 +0100

    gnu: r-methylkit: Update to 1.8.0.
    
    * gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.8.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 4b859c8..f5406e5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9361,13 +9361,13 @@ number detection tools.")
 (define-public r-methylkit
   (package
     (name "r-methylkit")
-    (version "1.6.3")
+    (version "1.8.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "methylKit" version))
               (sha256
                (base32
-                "1nla74d2sjs51yyvvxf038a03mhw9appvjzj60vr2vd3p5lhqn9k"))))
+                "0mz6lil1wax931incnw5byx0v9i8ryhwq9mv0nv8s48ai33ch3x6"))))
     (properties `((upstream-name . "methylKit")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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