Merge pull request #291766 from xworld21/latexml-0.8.8

perlPackages.LaTeXML: 0.8.7 -> 0.8.8
This commit is contained in:
Stig 2024-02-28 02:32:03 +01:00 committed by GitHub
commit 200e73d977
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13563,10 +13563,10 @@ with self; {
LaTeXML = buildPerlPackage rec {
pname = "LaTeXML";
version = "0.8.7";
version = "0.8.8";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BR/BRMILLER/${pname}-${version}.tar.gz";
hash = "sha256-JdqdlEB3newNrdTMLUIn6Oq4dDfAcZh3J03PuQakzHk=";
hash = "sha256-fSu+LOJSuvhro/OIzQ3sOqSDj0nWErnsfMT/iBBbrcw=";
};
outputs = [ "out" "tex" ];
propagatedBuildInputs = [ ArchiveZip DBFile FileWhich IOString ImageMagick ImageSize JSONXS LWP ParseRecDescent PodParser TextUnidecode XMLLibXSLT ];
@ -13595,7 +13595,7 @@ with self; {
homepage = "https://dlmf.nist.gov/LaTeXML/";
license = with lib.licenses; [ publicDomain ];
maintainers = with maintainers; [ xworld21 ];
mainProgram = "latexml";
mainProgram = "latexmlc";
};
};