1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

[cpan2nix] perlPackages.DateTimeTimeZone: 2.23 -> 2.34

This commit is contained in:
volth 2019-04-22 01:13:07 +00:00
parent e26abf0275
commit 4c56298b77

View file

@ -3899,10 +3899,10 @@ let
};
DateTimeTimeZone = buildPerlPackage rec {
name = "DateTime-TimeZone-2.23";
name = "DateTime-TimeZone-2.34";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DR/DROLSKY/${name}.tar.gz";
sha256 = "6ae40286031853a4319c5b34516f1c09e429d5caa5f782165cc27175c89fe54f";
sha256 = "dee1111c06f2aa705f803bc4f3d93b50df566d864a1a8bf31b55dfaf2b3de809";
};
buildInputs = [ TestFatal TestRequires ];
propagatedBuildInputs = [ ClassSingleton ParamsValidationCompiler Specio namespaceautoclean ];