summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-09-05 19:56:53 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-09-05 20:03:09 +0200
commitc2b4f81e51bab9a3ca6f2d1ba81ab1ff3b573ab4 (patch)
tree7141b28aded9a7d5173ffa3e2275c0232f11846a /gnu/packages/bioinformatics.scm
parent7cd40c8c5dee1b323117ec85787566505be2d9ad (diff)
downloadpatches-c2b4f81e51bab9a3ca6f2d1ba81ab1ff3b573ab4.tar
patches-c2b4f81e51bab9a3ca6f2d1ba81ab1ff3b573ab4.tar.gz
gnu: pigx-bsseq: Use latest version of Pandoc.
* gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Replace "ghc-pandoc-citeproc-with-pandoc-1" with "ghc-pandoc-citeproc", and "ghc-pandoc-1" with "ghc-pandoc".
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e1d953561b..7c25a71c6b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12954,8 +12954,8 @@ in an easily configurable manner.")
("r-bookdown" ,r-bookdown)
("r-ggplot2" ,r-ggplot2)
("r-ggbio" ,r-ggbio)
- ("ghc-pandoc" ,ghc-pandoc-1)
- ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc-with-pandoc-1)
+ ("ghc-pandoc" ,ghc-pandoc)
+ ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
("python-wrapper" ,python-wrapper)
("python-pyyaml" ,python-pyyaml)
("snakemake" ,snakemake-4)