[cpan2nix] perlPackages.ApacheLogFormatCompiler: 0.33 -> 0.35

This commit is contained in:
volth 2018-04-07 07:56:55 +00:00
parent 05492fa8b7
commit cf13a7c8c6

View File

@ -193,12 +193,12 @@ let self = _self // overrides; _self = with self; {
};
ApacheLogFormatCompiler = buildPerlModule rec {
name = "Apache-LogFormat-Compiler-0.33";
name = "Apache-LogFormat-Compiler-0.35";
src = fetchurl {
url = "mirror://cpan/authors/id/K/KA/KAZEBURO/${name}.tar.gz";
sha256 = "17blk3zhp05azgypn25ydxf3d7fyfgr9bxyiv7xkchhqma96vwqv";
sha256 = "06i70ydxk2wa2rcqn16842kra2qz3jwk0vk1abq8lah4180c0m0n";
};
buildInputs = [ HTTPMessage ModuleBuild TestMockTime TestRequires TryTiny URI ];
buildInputs = [ HTTPMessage ModuleBuildTiny TestMockTime TestRequires TryTiny URI ];
propagatedBuildInputs = [ POSIXstrftimeCompiler ];
# We cannot change the timezone on the fly.
prePatch = "rm t/04_tz.t";