[cpan2nix] perlPackages.WWWMechanize: 1.90 -> 1.91
This commit is contained in:
parent
15eccf1a14
commit
16da093e0d
1 changed files with 4 additions and 4 deletions
|
@ -17146,10 +17146,10 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
WWWMechanize = buildPerlPackage {
|
WWWMechanize = buildPerlPackage {
|
||||||
name = "WWW-Mechanize-1.90";
|
name = "WWW-Mechanize-1.91";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/O/OA/OALDERS/WWW-Mechanize-1.90.tar.gz;
|
url = mirror://cpan/authors/id/O/OA/OALDERS/WWW-Mechanize-1.91.tar.gz;
|
||||||
sha256 = "038i9nh643cmi4y4r8fsp0xvzz4zfh5srh8sw3w5kzxjq126pr44";
|
sha256 = "0cb14m1vhaf0mgn2fqwi5hm72xhfi77hpq2g57swgy0w83x7m27b";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ HTMLForm HTMLTree LWP ];
|
propagatedBuildInputs = [ HTMLForm HTMLTree LWP ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
@ -17158,7 +17158,7 @@ let
|
||||||
description = "Handy web browsing in a Perl object";
|
description = "Handy web browsing in a Perl object";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
buildInputs = [ CGI HTTPServerSimple PerlCritic PerlTidy TestDeep TestFatal TestOutput TestWarnings ];
|
buildInputs = [ CGI HTTPServerSimple TestDeep TestFatal TestOutput TestWarnings ];
|
||||||
};
|
};
|
||||||
|
|
||||||
WWWMechanizeCGI = buildPerlPackage {
|
WWWMechanizeCGI = buildPerlPackage {
|
||||||
|
|
Loading…
Reference in a new issue