guix-commits
[Top][All Lists]
Advanced

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

79/265: gnu: r-methylkit: Update to 1.12.0.


From: guix-commits
Subject: 79/265: gnu: r-methylkit: Update to 1.12.0.
Date: Sun, 15 Dec 2019 09:40:08 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 065c305ca5e89c7b643e0a2342ff34bfb3be529e
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:58:33 2019 +0100

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



reply via email to

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