perl-Data-FormValidator: 4.85 -> 4.88
This commit is contained in:
parent
43755fcf71
commit
8763330fff
1 changed files with 2 additions and 2 deletions
|
@ -2975,10 +2975,10 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
DataFormValidator = buildPerlPackage rec {
|
DataFormValidator = buildPerlPackage rec {
|
||||||
name = "Data-FormValidator-4.85";
|
name = "Data-FormValidator-4.88";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/D/DF/DFARRELL/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/D/DF/DFARRELL/${name}.tar.gz";
|
||||||
sha256 = "809f15d05434ff5667c3967e71e86308fcfad8fce1057420bd2714300b2a5870";
|
sha256 = "c1a539f91c92cbcd8a8d83597ec9a7643fcd8ccf5a94e15382c3765289170066";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ DateCalc EmailValid FileMMagic ImageSize MIMETypes RegexpCommon ];
|
propagatedBuildInputs = [ DateCalc EmailValid FileMMagic ImageSize MIMETypes RegexpCommon ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue