[cpan2nix] perlPackages.CodeTidyAll: 0.69 -> 0.70

This commit is contained in:
volth 2018-06-02 20:38:48 +00:00
parent e20b31af15
commit 9a702ceeeb

View file

@ -2364,12 +2364,12 @@ let self = _self // overrides; _self = with self; {
};
CodeTidyAll = buildPerlPackage rec {
name = "Code-TidyAll-0.69";
name = "Code-TidyAll-0.70";
src = fetchurl {
url = mirror://cpan/authors/id/D/DR/DROLSKY/Code-TidyAll-0.69.tar.gz;
sha256 = "0pl5pnq9flcak1m9rvqxbygk9vp5ma7dymr90waaazpdqrx4zyhk";
url = mirror://cpan/authors/id/D/DR/DROLSKY/Code-TidyAll-0.70.tar.gz;
sha256 = "16s847y7jhx07yn15p84lpr1jn8srqb8ma12g4ngwr46hhkrbz06";
};
propagatedBuildInputs = [ CaptureTiny ConfigINI FileWhich FileZglob Filepushd IPCRun3 IPCSystemSimple ListCompare ListSomeUtils LogAny Moo ScopeGuard SpecioLibraryPathTiny TextDiff TimeDate TimeDurationParse ];
propagatedBuildInputs = [ CaptureTiny ConfigINI FileWhich Filepushd IPCRun3 IPCSystemSimple ListCompare ListSomeUtils LogAny Moo ScopeGuard SpecioLibraryPathTiny TextDiff TimeDate TimeDurationParse ];
buildInputs = [ TestClass TestClassMost TestDeep TestDifferences TestException TestFatal TestMost TestWarn TestWarnings librelative ];
meta = {
description = "Engine for tidyall, your all-in-one code tidier and validator";