summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-06-02 20:39:55 +0000
committervolth <volth@volth.com>2018-06-02 20:39:55 +0000
commit21babc775fcb2b1921d309daf5f101e0ae88a448 (patch)
tree61be1b43808ffa3e1dfb3e6701577836dacc995d /pkgs/top-level
parentfe6c84102444392c6d3872586e8ec5fadb5ac4a9 (diff)
downloadnixlib-21babc775fcb2b1921d309daf5f101e0ae88a448.tar
nixlib-21babc775fcb2b1921d309daf5f101e0ae88a448.tar.gz
nixlib-21babc775fcb2b1921d309daf5f101e0ae88a448.tar.bz2
nixlib-21babc775fcb2b1921d309daf5f101e0ae88a448.tar.lz
nixlib-21babc775fcb2b1921d309daf5f101e0ae88a448.tar.xz
nixlib-21babc775fcb2b1921d309daf5f101e0ae88a448.tar.zst
nixlib-21babc775fcb2b1921d309daf5f101e0ae88a448.zip
[cpan2nix] perlPackages.HTMLFormFu: 2.05 -> 2.06
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/perl-packages.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 23c52a72fb38..38a6f083902f 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -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 ];