perl-Catalyst-Plugin-Authentication: 0.10022 -> 0.10023

This commit is contained in:
Pascal Wittmann 2015-11-03 01:26:34 +01:00
parent e15f353714
commit f490186a6c

View File

@ -1028,11 +1028,11 @@ let self = _self // overrides; _self = with self; {
}; };
}; };
CatalystPluginAuthentication = buildPerlPackage { CatalystPluginAuthentication = buildPerlPackage rec {
name = "Catalyst-Plugin-Authentication-0.10022"; name = "Catalyst-Plugin-Authentication-0.10023";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Authentication-0.10022.tar.gz; url = "mirror://cpan/authors/id/B/BO/BOBTFISH/${name}.tar.gz";
sha256 = "1yxx89j6q10ydmwwhv3zq68gwndcnh4vvdqiv7az5w2rf2w1nvip"; sha256 = "0v6hb4r1wv3djrnqvnjcn3xx1scgqzx8nyjdg9lfc1ybvamrl0rn";
}; };
buildInputs = [ ClassMOP Moose TestException ]; buildInputs = [ ClassMOP Moose TestException ];
propagatedBuildInputs = [ CatalystPluginSession CatalystRuntime ClassInspector Moose MooseXEmulateClassAccessorFast MROCompat namespaceautoclean StringRewritePrefix TryTiny ]; propagatedBuildInputs = [ CatalystPluginSession CatalystRuntime ClassInspector Moose MooseXEmulateClassAccessorFast MROCompat namespaceautoclean StringRewritePrefix TryTiny ];