mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
[cpan2nix] perlPackages.DateTimeTimeZone: 2.37 -> 2.38
This commit is contained in:
parent
9ef4950788
commit
814ebaaa04
@ -4615,10 +4615,10 @@ let
|
||||
|
||||
DateTimeTimeZone = buildPerlPackage {
|
||||
pname = "DateTime-TimeZone";
|
||||
version = "2.37";
|
||||
version = "2.38";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/DateTime-TimeZone-2.37.tar.gz;
|
||||
sha256 = "6c12dfa6ad190191d437a7661c644fc38aaf109001e1d958c95dbb0aa143c421";
|
||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/DateTime-TimeZone-2.38.tar.gz;
|
||||
sha256 = "0e5c99ef22471f4d262ac590ce5ce8177094d7a92f380d8eea6219f5a12dc0cd";
|
||||
};
|
||||
buildInputs = [ TestFatal TestRequires ];
|
||||
propagatedBuildInputs = [ ClassSingleton ParamsValidationCompiler Specio namespaceautoclean ];
|
||||
|
Loading…
Reference in New Issue
Block a user