[cpan2nix] perlPackages.HTMLFormFu: 2.05 -> 2.06

This commit is contained in:
volth 2018-06-02 20:39:55 +00:00
parent fe6c841024
commit 21babc775f

View file

@ -7115,13 +7115,13 @@ let self = _self // overrides; _self = with self; {
};
HTMLFormFu = buildPerlPackage rec {
name = "HTML-FormFu-2.05";
name = "HTML-FormFu-2.06";
src = fetchurl {
url = mirror://cpan/authors/id/N/NI/NIGELM/HTML-FormFu-2.05.tar.gz;
sha256 = "0xz41ap0vyw9yfjci84i5ixc6jshjrd2swhiv8dsy5xx9x71iw1q";
url = mirror://cpan/authors/id/C/CF/CFRANKS/HTML-FormFu-2.06.tar.gz;
sha256 = "1g9zi7cg53527hlqb9h73i75vfzm52dwjrm8784vykn4kw4kklsv";
};
buildInputs = [ CGI FileShareDirInstall RegexpAssemble TestException TestMemoryCycle ];
propagatedBuildInputs = [ ConfigAny DataVisitor DateTimeFormatBuilder DateTimeFormatNatural EmailValid HTMLScrubber HTMLTokeParserSimple HTTPMessage HashFlatten MooseXAliases NumberFormat PathClass Readonly RegexpCommon YAMLLibYAML ];
buildInputs = [ CGI FileShareDirInstall RegexpAssemble TestException TestMemoryCycle TestRequiresInternet ];
propagatedBuildInputs = [ ConfigAny DataVisitor DateTimeFormatBuilder DateTimeFormatNatural EmailValid HTMLScrubber HTMLTokeParserSimple HTTPMessage HashFlatten JSONMaybeXS MooseXAliases MooseXAttributeChained NumberFormat PathClass Readonly RegexpCommon YAMLLibYAML ];
meta = {
description = "HTML Form Creation, Rendering and Validation Framework";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];