guix-commits
[Top][All Lists]
Advanced

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

101/128: gnu: r-methylkit: Update to 1.8.1.


From: guix-commits
Subject: 101/128: gnu: r-methylkit: Update to 1.8.1.
Date: Sat, 12 Jan 2019 17:36:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c20426ec5cdb846f1f1416942a055651a2a3cb65
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 23:02:34 2019 +0100

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



reply via email to

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