[cpan2nix] perlPackages.HTMLMason: 1.56 -> 1.58

This commit is contained in:
volth 2018-04-07 07:57:04 +00:00
parent 66d24e142d
commit 5597758ad2

View File

@ -6817,13 +6817,13 @@ let self = _self // overrides; _self = with self; {
};
HTMLMason = buildPerlPackage {
name = "HTML-Mason-1.56";
name = "HTML-Mason-1.58";
src = fetchurl {
url = mirror://cpan/authors/id/D/DR/DROLSKY/HTML-Mason-1.56.tar.gz;
sha256 = "84ac24fb1d551f998145435265e5b6fd4a52ec61e4fadd3d7755eb648be2c4b2";
url = mirror://cpan/authors/id/D/DR/DROLSKY/HTML-Mason-1.58.tar.gz;
sha256 = "81dc9b199f0f3b3473c97ba0ebee4b9535cd633d4e9c1ca3818615dc03dff948";
};
buildInputs = [ TestDeep ];
propagatedBuildInputs = [ CacheCache CGI ClassContainer ExceptionClass HTMLParser LogAny ParamsValidate ];
propagatedBuildInputs = [ CGI CacheCache ClassContainer ExceptionClass LogAny ];
meta = {
homepage = https://metacpan.org/release/HTML-Mason;
description = "High-performance, dynamic web site authoring system";