[cpan2nix] perlPackages.DateTime: 1.49 -> 1.50

This commit is contained in:
volth 2018-08-25 12:56:04 +00:00
parent 1c613fdd8e
commit ea4aaa5c58

View File

@ -3643,10 +3643,10 @@ let
};
DateTime = buildPerlPackage rec {
name = "DateTime-1.49";
name = "DateTime-1.50";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DR/DROLSKY/${name}.tar.gz";
sha256 = "0hbw4zq1562slnz7g7hyhfhyq98dzkk3i5g21x3xra5cvfix93kh";
sha256 = "165iqk1xvhs5j0kzsipa7aqycx3h37wqsl2r4jl104yqvmqhqszd";
};
buildInputs = [ CPANMetaCheck TestFatal TestWarnings ];
propagatedBuildInputs = [ DateTimeLocale DateTimeTimeZone ];