[cpan2nix] perlPackages.DateTimeFormatMail: 0.402 -> 0.403

This commit is contained in:
volth 2018-04-07 07:57:37 +00:00
parent e95fda2fa5
commit 3110c76bea

View file

@ -3650,10 +3650,10 @@ let self = _self // overrides; _self = with self; {
};
DateTimeFormatMail = buildPerlPackage {
name = "DateTime-Format-Mail-0.402";
name = "DateTime-Format-Mail-0.403";
src = fetchurl {
url = mirror://cpan/authors/id/B/BO/BOOK/DateTime-Format-Mail-0.402.tar.gz;
sha256 = "d788c883969e1647ed0524cc130d897276de23eaa3261f3616458ddd3a4a88fb";
url = mirror://cpan/authors/id/B/BO/BOOK/DateTime-Format-Mail-0.403.tar.gz;
sha256 = "8df8e35c4477388ff5c7ce8b3e8b6ae4ed30209c7a5051d41737bd14d755fcb0";
};
propagatedBuildInputs = [ DateTime ParamsValidate ];
meta = {