[cpan2nix] perlPackages.HTMLParser: 3.72 -> 3.75
This commit is contained in:
parent
6fcccf671d
commit
04d38a2839
@ -9043,12 +9043,12 @@ let
|
|||||||
|
|
||||||
HTMLParser = buildPerlPackage {
|
HTMLParser = buildPerlPackage {
|
||||||
pname = "HTML-Parser";
|
pname = "HTML-Parser";
|
||||||
version = "3.72";
|
version = "3.75";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/G/GA/GAAS/HTML-Parser-3.72.tar.gz";
|
url = "mirror://cpan/authors/id/C/CA/CAPOEIRAB/HTML-Parser-3.75.tar.gz";
|
||||||
sha256 = "12v05ywlnsi9lc17z32k9jxx3sj1viy7y1wpl7n4az76v7hwfa7c";
|
sha256 = "1ack2799azfciyiw3vccq126gaxrbz2927i0hm4gaynzm0jmwsxc";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ HTMLTagset ];
|
propagatedBuildInputs = [ HTMLTagset HTTPMessage ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "HTML parser class";
|
description = "HTML parser class";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user