Merge pull request #291766 from xworld21/latexml-0.8.8
perlPackages.LaTeXML: 0.8.7 -> 0.8.8
This commit is contained in:
commit
200e73d977
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue