Merge pull request #95397 from r-ryantm/auto-update/html-xml-utils

html-xml-utils: 7.8 -> 7.9
This commit is contained in:
Daniël de Kok 2020-08-14 08:25:29 +02:00 committed by GitHub
commit b7295bdf40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "html-xml-utils";
version = "7.8";
version = "7.9";
src = fetchurl {
url = "https://www.w3.org/Tools/HTML-XML-utils/${pname}-${version}.tar.gz";
sha256 = "0p8df3c6mw879vdi8l63kbdqylkf1is10b067mh9kipgfy91rd4s";
sha256 = "0gs3xvdbzhk5k12i95p5d4fgkkaldnlv45sch7pnncb0lrpcjsnq";
};
buildInputs = [curl libiconv];