forked from mirrors/nixpkgs
[cpan2nix] perlPackages.TestWWWMechanize: 1.44 -> 1.48
This commit is contained in:
parent
3832fad9ff
commit
21d3bd04f2
|
@ -14989,13 +14989,13 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
TestWWWMechanize = buildPerlPackage {
|
||||
name = "Test-WWW-Mechanize-1.44";
|
||||
name = "Test-WWW-Mechanize-1.48";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/P/PE/PETDANCE/Test-WWW-Mechanize-1.44.tar.gz;
|
||||
sha256 = "062pj242vsc73bw11jqpap92ax9wzc9f2m4xhyp1wzrwkfchpl2q";
|
||||
url = mirror://cpan/authors/id/P/PE/PETDANCE/Test-WWW-Mechanize-1.48.tar.gz;
|
||||
sha256 = "1d11fx9155d5v17d5w7q3kj37b01l8yj2yb0g6b0z1vh938rrlcr";
|
||||
};
|
||||
buildInputs = [ CGI ];
|
||||
propagatedBuildInputs = [ CarpAssertMore HTMLTree HTTPServerSimple LWP TestLongString URI WWWMechanize ];
|
||||
buildInputs = [ TestLongString ];
|
||||
propagatedBuildInputs = [ CarpAssertMore HTTPServerSimple WWWMechanize ];
|
||||
meta = {
|
||||
homepage = https://github.com/petdance/test-www-mechanize;
|
||||
description = "Testing-specific WWW::Mechanize subclass";
|
||||
|
|
Loading…
Reference in a new issue