perlPackages.CatalystDevel: update from 1.37 to 1.39

This commit is contained in:
Peter Simons 2014-04-07 14:02:58 +02:00
parent 9d8ef258e3
commit b5f3b44160

View File

@ -676,10 +676,10 @@ let self = _self // overrides; _self = with self; {
};
CatalystDevel = buildPerlPackage {
name = "Catalyst-Devel-1.37";
name = "Catalyst-Devel-1.39";
src = fetchurl {
url = mirror://cpan/authors/id/B/BO/BOBTFISH/Catalyst-Devel-1.37.tar.gz;
sha256 = "0yk526py65iy40z10d6w0fspb8fam5rf1hzsxnfyy4lpy91lp7s9";
url = mirror://cpan/authors/id/I/IL/ILMARI/Catalyst-Devel-1.39.tar.gz;
sha256 = "12m50bbkggjmpxihv3wnvr0g2qng0zwhlzi5ygppjz8wh2x73qxw";
};
buildInputs = [ TestFatal ];
propagatedBuildInputs = [ CatalystRuntime CatalystActionRenderView CatalystPluginConfigLoader CatalystPluginStaticSimple ConfigGeneral FileChangeNotify FileCopyRecursive FileShareDir ModuleInstall Moose MooseXDaemonize MooseXEmulateClassAccessorFast namespaceautoclean namespaceclean PathClass Starman TemplateToolkit ];