[cpan2nix] perlPackages.DateTimeTimeZone: 2.19 -> 2.20
This commit is contained in:
parent
176cd21ced
commit
7e0af9707b
1 changed files with 2 additions and 2 deletions
|
@ -3853,10 +3853,10 @@ let
|
|||
};
|
||||
|
||||
DateTimeTimeZone = buildPerlPackage rec {
|
||||
name = "DateTime-TimeZone-2.19";
|
||||
name = "DateTime-TimeZone-2.20";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DR/DROLSKY/${name}.tar.gz";
|
||||
sha256 = "b9192efe202d71b4ff7840718807a244bfca3992afd7e7ca78da20849f5ea4f8";
|
||||
sha256 = "6b69cb9406f7fd2f9ef452996de62686f0b8563469a7e7438fd2bf37735a2829";
|
||||
};
|
||||
buildInputs = [ TestFatal TestRequires ];
|
||||
propagatedBuildInputs = [ ClassSingleton ParamsValidationCompiler Specio namespaceautoclean ];
|
||||
|
|
Loading…
Reference in a new issue