mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
haskell-pandoc: update override for the latest release
This commit is contained in:
parent
a85d1c9e34
commit
6b63bbb199
|
@ -1258,7 +1258,7 @@ self: super: {
|
|||
|
||||
# Use latest pandoc despite what LTS says.
|
||||
# Test suite fails in both 2.5 and 2.6: https://github.com/jgm/pandoc/issues/5309.
|
||||
pandoc = doDistribute super.pandoc_2_7_1;
|
||||
pandoc = doDistribute super.pandoc_2_7_2;
|
||||
pandoc-citeproc = doDistribute super.pandoc-citeproc_0_16_1_3;
|
||||
|
||||
# https://github.com/qfpl/tasty-hedgehog/issues/24
|
||||
|
|
Loading…
Reference in a new issue