perl-Catalyst-DispatchType-Regex: 5.90033 -> 5.90035

This commit is contained in:
Pascal Wittmann 2015-11-03 01:09:36 +01:00
parent 79cd29e9fb
commit 20567e08ae

View File

@ -933,11 +933,11 @@ let self = _self // overrides; _self = with self; {
}; };
}; };
CatalystDispatchTypeRegex = buildPerlModule { CatalystDispatchTypeRegex = buildPerlModule rec {
name = "Catalyst-DispatchType-Regex-5.90033"; name = "Catalyst-DispatchType-Regex-5.90035";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/M/MG/MGRIMES/Catalyst-DispatchType-Regex-5.90033.tar.gz; url = "mirror://cpan/authors/id/M/MG/MGRIMES/${name}.tar.gz";
sha256 = "0rdi8jxj9fz81l9pxl7q190v69vkgxgixcpals555xyiafnqk4vy"; sha256 = "06jq1lmpq88rmp9zik5gqczg234xac0hiyc3l698iif7zsgcyb80";
}; };
propagatedBuildInputs = [ Moose TextSimpleTable ]; propagatedBuildInputs = [ Moose TextSimpleTable ];
meta = { meta = {