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

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

View file

@ -12830,8 +12830,8 @@ (define-public pigx-rnaseq
("r-rtracklayer" ,r-rtracklayer)
("r-rjson" ,r-rjson)
("salmon" ,salmon)
("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)))
(home-page "http://bioinformatics.mdc-berlin.de/pigx/")