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