[cpan2nix] perlPackages.POSIXstrftimeCompiler: 0.41 -> 0.42

This commit is contained in:
volth 2018-04-07 07:52:43 +00:00
parent 153ba5f61a
commit e682ff69f6

View File

@ -11937,10 +11937,10 @@ let self = _self // overrides; _self = with self; {
};
POSIXstrftimeCompiler = buildPerlModule rec {
name = "POSIX-strftime-Compiler-0.41";
name = "POSIX-strftime-Compiler-0.42";
src = fetchurl {
url = "mirror://cpan/authors/id/K/KA/KAZEBURO/${name}.tar.gz";
sha256 = "670b89e11500f3808c9e21b1c300089622f68906ff12b1cbfba8e30d3a1c3739";
sha256 = "26582bdd78b254bcc1c56d0b770fa280e8b8f70957c84dc44572ba4cacb0ac11";
};
# We cannot change timezones on the fly.
prePatch = "rm t/04_tzset.t";