Unverified Commit a580772d authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.pandoc-latex-environment: 1.2.0.0 -> 1.2.1.0 (#415294)

parents 98402c8c 162d9719
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.2.0.0";
  version = "1.2.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "chdemko";
    repo = "pandoc-latex-environment";
    tag = version;
    hash = "sha256-DdDCwysTCiDg1rXO3pvI5m6lIcdAXhsnwEEgvG/ErBM=";
    hash = "sha256-uyOqw8YnTljgXkwZOXTXAsnobVSV65EVicohREBNMCY=";
  };

  build-system = [