[cpan2nix] perlPackages.CatalystActionREST: 1.20 -> 1.21

This commit is contained in:
volth 2018-04-07 07:58:34 +00:00
parent ee6fe42030
commit 202b057039

View File

@ -1149,13 +1149,13 @@ let self = _self // overrides; _self = with self; {
}; };
CatalystActionREST = buildPerlPackage rec { CatalystActionREST = buildPerlPackage rec {
name = "Catalyst-Action-REST-1.20"; name = "Catalyst-Action-REST-1.21";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/J/JJ/JJNAPIORK/Catalyst-Action-REST-1.20.tar.gz; url = mirror://cpan/authors/id/J/JJ/JJNAPIORK/Catalyst-Action-REST-1.21.tar.gz;
sha256 = "c0470541ec0016b837db3186ed77915813c8b856b941db89b86db8602e31ead6"; sha256 = "ccf81bba5200d3a0ad6901f923af173a3d4416618aea08a6938baaffdef4cb20";
}; };
buildInputs = [ TestRequires ]; buildInputs = [ TestRequires ];
propagatedBuildInputs = [ CatalystRuntime ClassInspector JSONMaybeXS MROCompat ModulePluggable Moose ParamsValidate URIFind namespaceautoclean ]; propagatedBuildInputs = [ CatalystRuntime URIFind ];
meta = { meta = {
description = "Automated REST Method Dispatching"; description = "Automated REST Method Dispatching";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];