pandoc-include: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm 2024-05-19 07:54:46 +00:00
parent 8535fb9266
commit c0baeff263

View File

@ -9,14 +9,14 @@
buildPythonApplication rec {
pname = "pandoc-include";
version = "1.3.1";
version = "1.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "DCsunset";
repo = "pandoc-include";
rev = "refs/tags/v${version}";
hash = "sha256-8TIGw6p9c61oSH3ld14rmeG6wZY9u9JHALImxXM3c3Y=";
hash = "sha256-8gG1xkDuIN007uYSwSWgsDW4IFVIE44v3j7FN0RaZwU=";
};
nativeBuildInputs = [