[cpan2nix] perlPackages.POSIXstrftimeCompiler: 0.42 -> 0.44
This commit is contained in:
parent
5ddddb19a7
commit
830999b956
|
@ -16669,10 +16669,10 @@ let
|
||||||
|
|
||||||
POSIXstrftimeCompiler = buildPerlModule {
|
POSIXstrftimeCompiler = buildPerlModule {
|
||||||
pname = "POSIX-strftime-Compiler";
|
pname = "POSIX-strftime-Compiler";
|
||||||
version = "0.42";
|
version = "0.44";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/K/KA/KAZEBURO/POSIX-strftime-Compiler-0.42.tar.gz";
|
url = "mirror://cpan/authors/id/K/KA/KAZEBURO/POSIX-strftime-Compiler-0.44.tar.gz";
|
||||||
sha256 = "26582bdd78b254bcc1c56d0b770fa280e8b8f70957c84dc44572ba4cacb0ac11";
|
sha256 = "dfd3c97398dcfe51c8236b85e3dc28035667b76531f7aa0a6535f3aa5405b35a";
|
||||||
};
|
};
|
||||||
# We cannot change timezones on the fly.
|
# We cannot change timezones on the fly.
|
||||||
prePatch = "rm t/04_tzset.t";
|
prePatch = "rm t/04_tzset.t";
|
||||||
|
@ -16681,6 +16681,7 @@ let
|
||||||
description = "GNU C library compatible strftime for loggers and servers";
|
description = "GNU C library compatible strftime for loggers and servers";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
buildInputs = [ ModuleBuildTiny ];
|
||||||
};
|
};
|
||||||
|
|
||||||
Apprainbarf = buildPerlModule {
|
Apprainbarf = buildPerlModule {
|
||||||
|
|
Loading…
Reference in New Issue