[cpan2nix] perlPackages.DateTimeFormatStrptime: 1.75 -> 1.76
This commit is contained in:
parent
b4ae1d7a3f
commit
a965e44ee3
@ -3785,13 +3785,13 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
DateTimeFormatStrptime = buildPerlPackage rec {
|
DateTimeFormatStrptime = buildPerlPackage rec {
|
||||||
name = "DateTime-Format-Strptime-1.75";
|
name = "DateTime-Format-Strptime-1.76";
|
||||||
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 = "4fcfb2ac4f79d7ff2855a405f39050d2ea691ee098ce54ede8af79c8d6ab3c19";
|
sha256 = "593c26466ed7a3d2cefe9215f1619666c5116bd3a551e0aa74b64a6353fcb50d";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestFatal TestWarnings ];
|
buildInputs = [ TestFatal TestWarnings ];
|
||||||
propagatedBuildInputs = [ DateTime PackageDeprecationManager ];
|
propagatedBuildInputs = [ DateTime ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Parse and format strp and strf time patterns";
|
description = "Parse and format strp and strf time patterns";
|
||||||
license = stdenv.lib.licenses.artistic2;
|
license = stdenv.lib.licenses.artistic2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user