pandoc-include: 1.4.3 -> 1.4.4 (#521917)

This commit is contained in:
Christian Kögler
2026-05-21 19:22:50 +00:00
committed by GitHub
+2 -2
View File
@@ -11,14 +11,14 @@
buildPythonApplication rec {
pname = "pandoc-include";
version = "1.4.3";
version = "1.4.4";
pyproject = true;
src = fetchFromGitHub {
owner = "DCsunset";
repo = "pandoc-include";
tag = "v${version}";
hash = "sha256-8ldIywvCExnbMNs9m7iLwM1HrTRHl7j4t3JQuBt0Z7U=";
hash = "sha256-M0frQGg2nHbgY53ejMdbXKLJjXQgx8aNUVxeDDIHdp4=";
};
build-system = [