perl-DateTime-TimeZone: 1.94 -> 1.97
Also add `meta.homepage`.
This commit is contained in:
parent
cc10b3c655
commit
102b9db73e
1 changed files with 3 additions and 2 deletions
|
@ -3205,14 +3205,15 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
DateTimeTimeZone = buildPerlPackage rec {
|
DateTimeTimeZone = buildPerlPackage rec {
|
||||||
name = "DateTime-TimeZone-1.94";
|
name = "DateTime-TimeZone-1.97";
|
||||||
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 = "1crn4n6izzw2r0ymcb7px9b1bkis8hzczs48skk7szvs3svn3naz";
|
sha256 = "68a5f4b0a77074f9cc96b2c1d2282e2110db74f55e43fbad72926cee0fd434c8";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestFatal TestRequires ];
|
buildInputs = [ TestFatal TestRequires ];
|
||||||
propagatedBuildInputs = [ ClassSingleton ListAllUtils ModuleRuntime ParamsValidate TryTiny ];
|
propagatedBuildInputs = [ ClassSingleton ListAllUtils ModuleRuntime ParamsValidate TryTiny ];
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = http://metacpan.org/release/DateTime-TimeZone;
|
||||||
description = "Time zone object base class and factory";
|
description = "Time zone object base class and factory";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue