guix-commits
[Top][All Lists]
Advanced

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

105/215: gnu: r-rcas: Update to 1.10.0.


From: guix-commits
Subject: 105/215: gnu: r-rcas: Update to 1.10.0.
Date: Sun, 5 May 2019 18:15:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2b4ac1d77e595eca58da5a2f891792c1fb1e79e9
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:50:46 2019 +0200

    gnu: r-rcas: Update to 1.10.0.
    
    * gnu/packages/bioinformatics.scm (r-rcas): Update to 1.10.0.
    [propagated-inputs]: Add ghc-pandoc.
---
 gnu/packages/bioinformatics.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 364069b..df51a78 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8344,13 +8344,13 @@ paired-end data.")
 (define-public r-rcas
   (package
     (name "r-rcas")
-    (version "1.8.0")
+    (version "1.10.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "RCAS" version))
               (sha256
                (base32
-                "0ss5hcg2m7gjji6dd23zxa5bd5a7knwcnada4qs5q2l4clgk39ad"))))
+                "1h4vf5gzilqbdrd8m9l3zc2m4sca8cir8366a7njgd558k7ld5kl"))))
     (properties `((upstream-name . "RCAS")))
     (build-system r-build-system)
     (propagated-inputs
@@ -8381,7 +8381,8 @@ paired-end data.")
        ("r-rtracklayer" ,r-rtracklayer)
        ("r-rmarkdown" ,r-rmarkdown)
        ("r-s4vectors" ,r-s4vectors)
-       ("r-topgo" ,r-topgo)))
+       ("r-topgo" ,r-topgo)
+       ("pandoc" ,ghc-pandoc)))
     (synopsis "RNA-centric annotation system")
     (description
      "RCAS aims to be a standalone RNA-centric annotation system that provides



reply via email to

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