perl-Data-FormValidator: 4.81 -> 4.85

This commit is contained in:
Robert Helgesson 2017-02-28 09:32:30 +01:00
parent eb293e9496
commit 86b840d8c9
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86
1 changed files with 5 additions and 6 deletions

View File

@ -2862,14 +2862,13 @@ let self = _self // overrides; _self = with self; {
buildInputs = [ ModuleBuild ]; buildInputs = [ ModuleBuild ];
}; };
DataFormValidator = buildPerlModule rec { DataFormValidator = buildPerlPackage rec {
name = "Data-FormValidator-4.81"; name = "Data-FormValidator-4.85";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/M/MA/MARKSTOS/${name}.tar.gz"; url = "mirror://cpan/authors/id/D/DF/DFARRELL/${name}.tar.gz";
sha256 = "f844056231b2eeb4068cafbcab1ddf5d46cb348bd5cfb1d234421c09ee8a0de3"; sha256 = "809f15d05434ff5667c3967e71e86308fcfad8fce1057420bd2714300b2a5870";
}; };
buildInputs = [ CGI ModuleBuild ]; propagatedBuildInputs = [ DateCalc EmailValid FileMMagic ImageSize MIMETypes RegexpCommon ];
propagatedBuildInputs = [ DateCalc EmailValid FileMMagic ImageSize MIMETypes Perl6Junction RegexpCommon ];
meta = { meta = {
description = "Validates user input (usually from an HTML form) based on input profile"; description = "Validates user input (usually from an HTML form) based on input profile";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];