nixpkgs/pkgs/development/python-modules/pypandoc/static-pandoc-path.patch
sternenseemann 95726968d9 pythonPackages.pypandoc: 1.5.0 -> 1.6.3
* Changed upstream

* Test suite now works with latest pandoc

* pandoc --citeproc support

* Also substitute version in static-pandoc-path.patch
2021-07-09 14:25:46 -07:00

12 lines
294 B
Diff

diff --git a/pypandoc/__init__.py b/pypandoc/__init__.py
index 6d5b79b..65437aa 100644
--- a/pypandoc/__init__.py
+++ b/pypandoc/__init__.py
@@ -582,4 +582,4 @@ def clean_pandocpath_cache():
-__version = None
+__version = "@pandocVersion@"
-__pandoc_path = None
+__pandoc_path = "@pandoc@"