packages feed

pandoc-cli 3.1.12.3 → 3.1.13

raw patch · 4 files changed

+8/−8 lines, 4 filesdep ~pandoc

Dependency ranges changed: pandoc

Files

man/pandoc-lua.1 view
@@ -1,6 +1,6 @@-.\" Automatically generated by Pandoc 3.1.12.3+.\" Automatically generated by Pandoc 3.1.13 .\"-.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.1.12.3" "Pandoc User\[cq]s Guide"+.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.1.13" "Pandoc User\[cq]s Guide" .SH SYNOPSIS \f[CR]pandoc\-lua\f[R] [\f[I]options\f[R]] [\f[I]script\f[R] [\f[I]args\f[R]]]
man/pandoc-server.1 view
@@ -1,6 +1,6 @@-.\" Automatically generated by Pandoc 3.1.12.3+.\" Automatically generated by Pandoc 3.1.13 .\"-.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.1.12.3" "Pandoc User\[cq]s Guide"+.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.1.13" "Pandoc User\[cq]s Guide" .SH SYNOPSIS \f[CR]pandoc\-server\f[R] [\f[I]options\f[R]] .SH DESCRIPTION
man/pandoc.1 view
@@ -1,6 +1,6 @@-.\" Automatically generated by Pandoc 3.1.12.3+.\" Automatically generated by Pandoc 3.1.13 .\"-.TH "pandoc" "1" "March 17, 2024" "pandoc 3.1.12.3" "Pandoc User\[cq]s Guide"+.TH "pandoc" "1" "April 7, 2024" "pandoc 3.1.13" "Pandoc User\[cq]s Guide" .SH NAME pandoc - general markup converter .SH SYNOPSIS
pandoc-cli.cabal view
@@ -1,6 +1,6 @@ cabal-version:   2.4 name:            pandoc-cli-version:         3.1.12.3+version:         3.1.13 build-type:      Simple license:         GPL-2.0-or-later license-file:    COPYING.md@@ -70,7 +70,7 @@   buildable:       True   -- Note: we always link to an exact version of pandoc, with the   -- same version as this package:-  build-depends:   pandoc == 3.1.12.3,+  build-depends:   pandoc == 3.1.13,                    text   other-modules:   PandocCLI.Lua                  , PandocCLI.Server