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

* gnu/packages/bioinformatics.scm (pigx-chipseq)[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:56:38 +02:00
parent ca248f1db9
commit 7cd40c8c5d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12892,8 +12892,8 @@ (define-public pigx-chipseq
("macs" ,macs) ("macs" ,macs)
("multiqc" ,multiqc) ("multiqc" ,multiqc)
("perl" ,perl) ("perl" ,perl)
("ghc-pandoc" ,ghc-pandoc-1) ("ghc-pandoc" ,ghc-pandoc)
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc-with-pandoc-1) ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
("fastqc" ,fastqc) ("fastqc" ,fastqc)
("bowtie" ,bowtie) ("bowtie" ,bowtie)
("idr" ,idr) ("idr" ,idr)