[cpan2nix] perlPackages.HTMLTree: 5.03 -> 5.07
This commit is contained in:
parent
4d1752a494
commit
290b0759d0
@ -6887,13 +6887,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
HTMLTree = buildPerlModule {
|
HTMLTree = buildPerlModule {
|
||||||
name = "HTML-Tree-5.03";
|
name = "HTML-Tree-5.07";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/C/CJ/CJM/HTML-Tree-5.03.tar.gz;
|
url = mirror://cpan/authors/id/K/KE/KENTNL/HTML-Tree-5.07.tar.gz;
|
||||||
sha256 = "13qlqbpixw470gnck0xgny8hyjj576m8y24bba2p9ai2lvy76vbx";
|
sha256 = "1gyvm4qlwm9y6hczkpnrdfl303ggbybr0nqxdjw09hii8yw4sdzh";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestFatal ];
|
buildInputs = [ TestFatal ];
|
||||||
propagatedBuildInputs = [ HTMLParser HTMLTagset ];
|
propagatedBuildInputs = [ HTMLParser ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
|
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
|
||||||
description = "Work with HTML in a DOM-like tree structure";
|
description = "Work with HTML in a DOM-like tree structure";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user