python3Packages.pandoc-latex-environment: 1.1.7.0 -> 1.2.0.0

This commit is contained in:
Martin Weinelt
2025-01-27 10:56:24 +01:00
parent 299e1718cc
commit 1636953113
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pandoc-latex-environment";
version = "1.1.7.0";
version = "1.2.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "chdemko";
repo = "pandoc-latex-environment";
tag = version;
hash = "sha256-iKzveVTScqF8dAGPx7JU66Z5oyoZ82t101z5xeiHYqw=";
hash = "sha256-DdDCwysTCiDg1rXO3pvI5m6lIcdAXhsnwEEgvG/ErBM=";
};
build-system = [