pandoc-include: 1.3.3 -> 1.4.0

This commit is contained in:
DCsunset
2024-08-31 01:52:40 +00:00
parent 192e7407cc
commit cb2ec9cfa1
+3 -3
View File
@@ -10,17 +10,17 @@
buildPythonApplication rec {
pname = "pandoc-include";
version = "1.3.3";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "DCsunset";
repo = "pandoc-include";
rev = "refs/tags/v${version}";
hash = "sha256-8eTK7jTwxgSjlxEzjFlL5mzt4tBolmS6fSRnbXDWYJc=";
hash = "sha256-rhA+mPjwMoWwX0VIoSZ3aRmlgUy88eGyjSuM3BhyAAQ=";
};
nativeBuildInputs = [
build-system = [
setuptools
];