diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-05 23:50:46 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-06 00:14:43 +0200 |
commit | 2b4ac1d77e595eca58da5a2f891792c1fb1e79e9 (patch) | |
tree | 1d82a1be68ab1005bfe2e5c9e2035c7151fbf07e /gnu/packages/bioinformatics.scm | |
parent | 8322c860f93743e4315468edc536cb4b89dce631 (diff) | |
download | guix-2b4ac1d77e595eca58da5a2f891792c1fb1e79e9.tar guix-2b4ac1d77e595eca58da5a2f891792c1fb1e79e9.tar.gz |
gnu: r-rcas: Update to 1.10.0.
* gnu/packages/bioinformatics.scm (r-rcas): Update to 1.10.0.
[propagated-inputs]: Add ghc-pandoc.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 364069b391..df51a78c8b 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 |