[cpan2nix] perlPackages.HTMLFormFu: 2.01 -> 2.05

This commit is contained in:
volth 2018-04-07 07:59:06 +00:00
parent 19ff0c776f
commit 0a60e00a87

View file

@ -6999,17 +6999,13 @@ let self = _self // overrides; _self = with self; {
};
HTMLFormFu = buildPerlPackage rec {
name = "HTML-FormFu-2.01";
name = "HTML-FormFu-2.05";
src = fetchurl {
url = "mirror://cpan/modules/by-module/HTML/${name}.tar.gz";
sha256 = "0fvilng85wc65pna898x7mp4hx73mhahl7j2s10gj76avmxdizsw";
url = mirror://cpan/authors/id/N/NI/NIGELM/HTML-FormFu-2.05.tar.gz;
sha256 = "0xz41ap0vyw9yfjci84i5ixc6jshjrd2swhiv8dsy5xx9x71iw1q";
};
buildInputs = [ FileShareDirInstall TestAggregate TestException ];
propagatedBuildInputs = [ CGI Clone ConfigAny DataVisitor DateTime
DateTimeFormatBuilder DateTimeFormatNatural DateTimeFormatStrptime
DateTimeLocale EmailValid FileShareDir HTMLScrubber HTMLTokeParserSimple
HTTPMessage HashFlatten ListMoreUtils ModulePluggable Moose MooseXAliases
NumberFormat PathClass Readonly RegexpCommon TaskWeaken YAMLLibYAML ];
buildInputs = [ CGI FileShareDirInstall RegexpAssemble TestException TestMemoryCycle ];
propagatedBuildInputs = [ ConfigAny DataVisitor DateTimeFormatBuilder DateTimeFormatNatural EmailValid HTMLScrubber HTMLTokeParserSimple HTTPMessage HashFlatten MooseXAliases NumberFormat PathClass Readonly RegexpCommon YAMLLibYAML ];
meta = {
description = "HTML Form Creation, Rendering and Validation Framework";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];