guix-commits
[Top][All Lists]
Advanced

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

60/296: gnu: r-methylkit: Update to 1.14.2.


From: guix-commits
Subject: 60/296: gnu: r-methylkit: Update to 1.14.2.
Date: Fri, 12 Jun 2020 19:29:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c336d54d5f41f8712a7b6fd2c2b2db7a17787981
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:22:28 2020 +0200

    gnu: r-methylkit: Update to 1.14.2.
    
    * gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.14.2.
---
 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 a87c15f..b57b11a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9391,13 +9391,13 @@ number detection tools.")
 (define-public r-methylkit
   (package
     (name "r-methylkit")
-    (version "1.12.0")
+    (version "1.14.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "methylKit" version))
               (sha256
                (base32
-                "0klwc0sbmrxj1lxbz16pl39rxjm0pi57gjw547hlgnac1p9fspzy"))))
+                "1qr13d2712ypbn96ijic2z5adr5dsd61kzscx7shw6vyj360rlm5"))))
     (properties `((upstream-name . "methylKit")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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