gnu: pigx-scrnaseq: Use latest version of Pandoc.

* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Replace
"ghc-pandoc-citeproc-with-pandoc-1" with "ghc-pandoc-citeproc", and
"ghc-pandoc-1" with "ghc-pandoc".
This commit is contained in:
Ricardo Wurmus 2018-09-05 19:57:09 +02:00
parent c2b4f81e51
commit 00a43cb81c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -13005,8 +13005,8 @@ methylation and segmentation.")
("python-magic" ,python-magic)
("python-numpy" ,python-numpy)
("python-loompy" ,python-loompy)
("ghc-pandoc" ,ghc-pandoc-1)
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc-with-pandoc-1)
("ghc-pandoc" ,ghc-pandoc)
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
("samtools" ,samtools)
("snakemake" ,snakemake-4)
("star" ,star)