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

python312Packages.pandoc-latex-environment: 1.1.6.4 -> 1.1.6.5
This commit is contained in:
Aleksana
2024-08-04 09:49:29 +08:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pandoc-latex-environment";
version = "1.1.6.4";
version = "1.1.6.5";
pyproject = true;
src = fetchFromGitHub {
owner = "chdemko";
repo = "pandoc-latex-environment";
rev = "refs/tags/${version}";
hash = "sha256-DLuLFCKP5ip3duHlGAZnFip7GCDzWK91bka3DrknQSA=";
hash = "sha256-yBVxQW042mGQAksTG5Vr8fExcKt2YnuiPL1cSZRJJYA=";
};
build-system = [