guix-commits
[Top][All Lists]
Advanced

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

256/318: gnu: r-methylkit: Update to 1.16.0.


From: guix-commits
Subject: 256/318: gnu: r-methylkit: Update to 1.16.0.
Date: Fri, 20 Nov 2020 08:41:00 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit ae10b4bc63ac95a995af0d329b75dea8b499b74e
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 16:00:08 2020 +0100

    gnu: r-methylkit: Update to 1.16.0.
    
    * gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.16.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 7331a29..591b4c4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9403,13 +9403,13 @@ number detection tools.")
 (define-public r-methylkit
   (package
     (name "r-methylkit")
-    (version "1.14.2")
+    (version "1.16.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "methylKit" version))
               (sha256
                (base32
-                "1qr13d2712ypbn96ijic2z5adr5dsd61kzscx7shw6vyj360rlm5"))))
+                "11pmn191n0ga28x1w20cm2cmw8kddl29q6h2xfjjba5bspp2g613"))))
     (properties `((upstream-name . "methylKit")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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