[cpan2nix] perlPackages.TestWWWMechanizePSGI: 0.35 -> 0.38
This commit is contained in:
parent
a77e420e43
commit
64a35d4993
@ -15349,13 +15349,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
TestWWWMechanizePSGI = buildPerlPackage {
|
TestWWWMechanizePSGI = buildPerlPackage {
|
||||||
name = "Test-WWW-Mechanize-PSGI-0.35";
|
name = "Test-WWW-Mechanize-PSGI-0.38";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/L/LB/LBROCARD/Test-WWW-Mechanize-PSGI-0.35.tar.gz;
|
url = mirror://cpan/authors/id/O/OA/OALDERS/Test-WWW-Mechanize-PSGI-0.38.tar.gz;
|
||||||
sha256 = "1hih8s49zf38bisvhnhzrrj0zwyiivkrbs7nmmdqm1qqy27wv7pc";
|
sha256 = "0fsh2i05kf1kfavv2r9kmnjl7qlyqrd11ikc0qcqzzxsqzzjkg9r";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestPod CGI ];
|
buildInputs = [ CGI TestLongString TestWWWMechanize ];
|
||||||
propagatedBuildInputs = [ Plack TestWWWMechanize TryTiny ];
|
propagatedBuildInputs = [ Plack ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Test PSGI programs using WWW::Mechanize";
|
description = "Test PSGI programs using WWW::Mechanize";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user