Unverified Commit 6cf9ee2b authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #337263 from r-ryantm/auto-update/python312Packages.pandoc-latex-environment

python312Packages.pandoc-latex-environment: 1.1.6.5 -> 1.1.7.0
parents 8f22bdb0 7db74bdc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "pandoc-latex-environment";
  version = "1.1.6.5";
  version = "1.1.7.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "chdemko";
    repo = "pandoc-latex-environment";
    rev = "refs/tags/${version}";
    hash = "sha256-yBVxQW042mGQAksTG5Vr8fExcKt2YnuiPL1cSZRJJYA=";
    hash = "sha256-iKzveVTScqF8dAGPx7JU66Z5oyoZ82t101z5xeiHYqw=";
  };

  build-system = [