perl-Catalyst-Controller-HTML-FromFo: 0.03007 -> 1.00

This commit is contained in:
Pascal Wittmann 2015-11-03 01:01:02 +01:00
parent 1650e32541
commit 79cd29e9fb

View File

@ -903,18 +903,18 @@ let self = _self // overrides; _self = with self; {
}; };
CatalystControllerHTMLFormFu = buildPerlPackage rec { CatalystControllerHTMLFormFu = buildPerlPackage rec {
name = "Catalyst-Controller-HTML-FormFu-0.03007"; name = "Catalyst-Controller-HTML-FormFu-1.00";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/C/CF/CFRANKS/${name}.tar.gz"; url = "mirror://cpan/authors/id/C/CF/CFRANKS/${name}.tar.gz";
sha256 = "1vrd79d0nbqkana5q483fgsr41idlfgjhf7fpd3hc056z5nq8iyn"; sha256 = "0b7if9sz23i4qv0yl0nrv6myfb6db1a1ivm9qp9wdk8nfwl9ncl4";
}; };
propagatedBuildInputs = [ buildInputs = [ CatalystActionRenderView CatalystPluginSession
CatalystRuntime CatalystActionRenderView CatalystViewTT CatalystPluginSessionStateCookie CatalystPluginSessionStoreFile
CatalystPluginConfigLoader ConfigGeneral CatalystViewTT TemplateToolkit TestAggregate TestWWWMechanize
CatalystComponentInstancePerContext Moose TestWWWMechanizeCatalyst ];
RegexpAssemble TestWWWMechanize propagatedBuildInputs = [ CatalystComponentInstancePerContext CatalystRuntime
TestWWWMechanizeCatalyst HTMLFormFu ConfigAny HTMLFormFu Moose MooseXAttributeChained RegexpAssemble TaskWeaken
]; namespaceautoclean ];
}; };
CatalystDevel = buildPerlPackage { CatalystDevel = buildPerlPackage {