Unverified Commit 300ef195 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

pandoc-include: 1.4.2 -> 1.4.3 (#387874)

parents 5d9e4680 5ed0a916
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonApplication rec {
  pname = "pandoc-include";
  version = "1.4.2";
  version = "1.4.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "DCsunset";
    repo = "pandoc-include";
    tag = "v${version}";
    hash = "sha256-GkZyv9iI9jeR5fVYXQmpu9ssum9H1PTypNpqKsNzh2Q=";
    hash = "sha256-8ldIywvCExnbMNs9m7iLwM1HrTRHl7j4t3JQuBt0Z7U=";
  };

  build-system = [