guix-commits
[Top][All Lists]
Advanced

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

11/63: gnu: r-systempiper: Update to 1.10.0.


From: Roel Janssen
Subject: 11/63: gnu: r-systempiper: Update to 1.10.0.
Date: Fri, 28 Apr 2017 05:05:59 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit 026dc7e4fc7e853d8c52a08fb4f0f06c98565f62
Author: Roel Janssen <address@hidden>
Date:   Fri Apr 28 10:31:50 2017 +0200

    gnu: r-systempiper: Update to 1.10.0.
    
    * gnu/packages/bioinformatics.scm (r-systempiper): Update to 1.10.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 f1045b2..3575290 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5686,14 +5686,14 @@ ungapped alignment formats.")
 (define-public r-systempiper
   (package
     (name "r-systempiper")
-    (version "1.8.1")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "systemPipeR" version))
        (sha256
         (base32
-         "0hyi841w8fm2yzpm6lwqi3jz5kc8ny8dy5p29dxynzaw5bpjw56d"))))
+         "0c3m5rq63ypv15yca97yag5d4vgd7xj9by2a4sd8z0pcmpajz0hw"))))
     (properties `((upstream-name . "systemPipeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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