aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-09-05 19:55:56 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-09-05 20:03:09 +0200
commitca248f1db90c2e7b01d734aaa51d330a29fe0937 (patch)
treecc2fa723d9e244854aecf1520b110a85557213aa
parentdff5640a59da533fc91fa285b6d7d7fec2f7e60a (diff)
downloadguix-ca248f1db90c2e7b01d734aaa51d330a29fe0937.tar
guix-ca248f1db90c2e7b01d734aaa51d330a29fe0937.tar.gz
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".
-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 028643aeb4..99313824e9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12830,8 +12830,8 @@ once. This package provides tools to perform Drop-seq analyses.")
("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/")