1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

[cpan2nix] perlPackages.DateTimeTimeZone: 2.18 -> 2.19

This commit is contained in:
volth 2018-06-02 20:38:39 +00:00
parent 82d40e88ea
commit 54cd6c2f60

View file

@ -3923,10 +3923,10 @@ let self = _self // overrides; _self = with self; {
};
DateTimeTimeZone = buildPerlPackage rec {
name = "DateTime-TimeZone-2.18";
name = "DateTime-TimeZone-2.19";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DR/DROLSKY/${name}.tar.gz";
sha256 = "b7f74295650bde3f378017113dcc504cefecc054cf6ef31133dc76940e15453a";
sha256 = "b9192efe202d71b4ff7840718807a244bfca3992afd7e7ca78da20849f5ea4f8";
};
buildInputs = [ TestFatal TestRequires ];
propagatedBuildInputs = [ ClassSingleton ParamsValidationCompiler Specio namespaceautoclean ];