Merge pull request #300504 from DCsunset/update-pandoc-include

pandoc-include: 1.3.0 -> 1.3.1

authored by Nick Cao and committed by GitHub 69a25463 b31f3f33

+2 -2
+2 -2
pkgs/tools/misc/pandoc-include/default.nix
··· 9 10 buildPythonApplication rec { 11 pname = "pandoc-include"; 12 - version = "1.3.0"; 13 pyproject = true; 14 15 src = fetchFromGitHub { 16 owner = "DCsunset"; 17 repo = "pandoc-include"; 18 rev = "refs/tags/v${version}"; 19 - hash = "sha256-aqewWSPxl3BpUIise/rPgBQPsyCOxU6gBlzT1u2mHY0="; 20 }; 21 22 nativeBuildInputs = [
··· 9 10 buildPythonApplication rec { 11 pname = "pandoc-include"; 12 + version = "1.3.1"; 13 pyproject = true; 14 15 src = fetchFromGitHub { 16 owner = "DCsunset"; 17 repo = "pandoc-include"; 18 rev = "refs/tags/v${version}"; 19 + hash = "sha256-8TIGw6p9c61oSH3ld14rmeG6wZY9u9JHALImxXM3c3Y="; 20 }; 21 22 nativeBuildInputs = [