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