Test-WWW-Mechanize-Catalyst: 0.59 -> 0.60

This commit is contained in:
Pascal Wittmann 2015-09-13 14:50:04 +02:00
parent 3ed2f6a621
commit 21e93f4a87

View File

@ -11078,14 +11078,15 @@ let self = _self // overrides; _self = with self; {
};
};
TestWWWMechanizeCatalyst = buildPerlPackage {
name = "Test-WWW-Mechanize-Catalyst-0.59";
TestWWWMechanizeCatalyst = buildPerlPackage rec {
name = "Test-WWW-Mechanize-Catalyst-0.60";
src = fetchurl {
url = mirror://cpan/authors/id/I/IL/ILMARI/Test-WWW-Mechanize-Catalyst-0.59.tar.gz;
sha256 = "1hr1p8m3sv16ws8qb90nshza28qlmllnb6qxriwdvwddp2y517jv";
url = "mirror://cpan/authors/id/J/JJ/JJNAPIORK/${name}.tar.gz";
sha256 = "0nhhfrrai3ndziz873vpa1j0vljjnib4wqafd6yyvkf58ad7v0lv";
};
doCheck = false; # listens on an external port
propagatedBuildInputs = [ CatalystRuntime LWP Moose namespaceclean TestWWWMechanize WWWMechanize ];
propagatedBuildInputs = [ CatalystRuntime LWP Moose namespaceclean
TestWWWMechanize WWWMechanize ];
meta = {
description = "Test::WWW::Mechanize for Catalyst";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];