[cpan2nix] perlPackages.TreeSimpleVisitorFactory: 0.12 -> 0.15

This commit is contained in:
volth 2018-04-07 07:55:22 +00:00
parent 82da98199e
commit d8a8453cdd

View File

@ -15631,13 +15631,13 @@ let self = _self // overrides; _self = with self; {
}; };
TreeSimpleVisitorFactory = buildPerlPackage { TreeSimpleVisitorFactory = buildPerlPackage {
name = "Tree-Simple-VisitorFactory-0.12"; name = "Tree-Simple-VisitorFactory-0.15";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/R/RS/RSAVAGE/Tree-Simple-VisitorFactory-0.12.tgz; url = mirror://cpan/authors/id/R/RS/RSAVAGE/Tree-Simple-VisitorFactory-0.15.tgz;
sha256 = "1g27xl48q1vr7aikhxg4vvcsj1si8allxz59vmnks61wsw4by7vg"; sha256 = "06y2vazkl307k59hnkp9h5bp3p7711kgmp1qdhb2lgnfwzn84zin";
}; };
propagatedBuildInputs = [TreeSimple]; propagatedBuildInputs = [ TreeSimple ];
buildInputs = [TestException]; buildInputs = [ TestException ];
}; };
TryTiny = buildPerlPackage { TryTiny = buildPerlPackage {