perlPackages.DateTime: update from 1.04 to 1.07

This commit is contained in:
Evgeny Egorochkin 2014-02-14 20:15:15 +02:00
parent 3d41e4ebde
commit 4ac42fcb76
1 changed files with 3 additions and 3 deletions

View File

@ -1936,10 +1936,10 @@ let self = _self // overrides; _self = with self; {
};
DateTime = buildPerlModule {
name = "DateTime-1.04";
name = "DateTime-1.07";
src = fetchurl {
url = mirror://cpan/authors/id/D/DR/DROLSKY/DateTime-1.04.tar.gz;
sha256 = "1krnrp8hv0m4v1lxrvwgc3vvcycld21ygvjy5p7vaf5h1jpjzrwz";
url = mirror://cpan/authors/id/D/DR/DROLSKY/DateTime-1.07.tar.gz;
sha256 = "1cm4zsgzz4phigak0nb48l661vkqhz93kfbb9jd83d1hq74myq31";
};
buildInputs = [ TestFatal ];
propagatedBuildInputs = [ DateTimeLocale DateTimeTimeZone ParamsValidate TryTiny ];