perlPackages.DateTimeTimeZone: update from 1.59 to 1.63

This commit is contained in:
Nixpkgs Monitor 2013-12-22 01:39:47 +02:00 committed by Evgeny Egorochkin
parent 5b7f766c96
commit 586929827f
1 changed files with 3 additions and 3 deletions

View File

@ -2109,10 +2109,10 @@ rec {
};
DateTimeTimeZone = buildPerlPackage {
name = "DateTime-TimeZone-1.59";
name = "DateTime-TimeZone-1.63";
src = fetchurl {
url = mirror://cpan/authors/id/D/DR/DROLSKY/DateTime-TimeZone-1.59.tar.gz;
sha256 = "b1d50f6abde68671da1db883168ef8d6793a11ba75de02174f42e1dfd16b2522";
url = mirror://cpan/authors/id/D/DR/DROLSKY/DateTime-TimeZone-1.63.tar.gz;
sha256 = "02a3kyz3cyrag98b1949k19axm03fa5ri82gdc1y4lnxjvjvxkfw";
};
buildInputs = [ TestOutput ];
propagatedBuildInputs = [ ClassLoad ClassSingleton ParamsValidate ];