[cpan2nix] perlPackages.DateTime: 1.21 -> 1.48
This commit is contained in:
parent
f3491f0f19
commit
59def127df
@ -3519,14 +3519,14 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
DateTime = buildPerlModule rec {
|
DateTime = buildPerlPackage rec {
|
||||||
name = "DateTime-1.21";
|
name = "DateTime-1.48";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/D/DR/DROLSKY/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/D/DR/DROLSKY/${name}.tar.gz";
|
||||||
sha256 = "1cgnscbh40f783znpq15rkvbfflfm8azdl0v6yqr7minmq6899d3";
|
sha256 = "0glcsvgldrmbwbaps6hssjzipzghhx4jh3g4jdncjspdmdp481ah";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestFatal TestWarnings ];
|
buildInputs = [ CPANMetaCheck TestFatal TestWarnings ];
|
||||||
propagatedBuildInputs = [ DateTimeLocale DateTimeTimeZone ParamsValidate TryTiny ];
|
propagatedBuildInputs = [ DateTimeLocale DateTimeTimeZone ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "A date and time object";
|
description = "A date and time object";
|
||||||
license = stdenv.lib.licenses.artistic2;
|
license = stdenv.lib.licenses.artistic2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user