Merge pull request #262089 from zakame/contrib/perl-JSON-Validator-5.14
perlPackages.JSONValidator: 5.08 -> 5.14
This commit is contained in:
commit
f8a1c0f759
1 changed files with 4 additions and 4 deletions
|
@ -12986,13 +12986,13 @@ with self; {
|
|||
|
||||
JSONValidator = buildPerlPackage {
|
||||
pname = "JSON-Validator";
|
||||
version = "5.08";
|
||||
version = "5.14";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/J/JH/JHTHORSEN/JSON-Validator-5.08.tar.gz";
|
||||
hash = "sha256-QPaWjtcfxv1Ij6Q1Ityhk5NDhUCSth/eZgHwcWZHeFg=";
|
||||
url = "mirror://cpan/authors/id/J/JH/JHTHORSEN/JSON-Validator-5.14.tar.gz";
|
||||
hash = "sha256-YISl1AdeQhqTj/su6XuFBPqjXoZtD3tbWBETr17ijhs=";
|
||||
};
|
||||
buildInputs = [ TestDeep ];
|
||||
propagatedBuildInputs = [ DataValidateDomain DataValidateIP Mojolicious NetIDNEncode YAMLLibYAML ];
|
||||
propagatedBuildInputs = [ Mojolicious YAMLLibYAML ];
|
||||
meta = {
|
||||
description = "Validate data against a JSON schema";
|
||||
homepage = "https://github.com/mojolicious/json-validator";
|
||||
|
|
Loading…
Reference in a new issue