Merge pull request #109993 from r-ryantm/auto-update/latex2html

latex2html: 2020.2 -> 2021
This commit is contained in:
Ryan Mulligan 2021-01-19 11:05:59 -08:00 committed by GitHub
commit da25268ca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "latex2html";
version = "2020.2";
version = "2021";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1icyl6kl60wh7cavprgbd8q6lpjwr7wn24m34kpiif7ahknhcbcm";
sha256 = "sha256-n7VbK/S9EkWxb4fbIXp3tIfX7N+9bvZ/odBylqTuzUU=";
};
buildInputs = [ ghostscript netpbm perl ];