1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 21:50:35 +02:00

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

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)