Merge pull request #81147 from stigtsp/package/perl-json-validator-3.23
perlPackages.JSONValidator: 3.18 -> 3.23
This commit is contained in:
commit
10f229e472
1 changed files with 3 additions and 3 deletions
|
@ -9723,10 +9723,10 @@ let
|
|||
|
||||
JSONValidator = buildPerlPackage {
|
||||
pname = "JSON-Validator";
|
||||
version = "3.18";
|
||||
version = "3.23";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/J/JH/JHTHORSEN/JSON-Validator-3.18.tar.gz;
|
||||
sha256 = "a62474311b57c0a01ad06a5e340ec10d3723d74fd019304c769ffc7a61b5a47a";
|
||||
url = "mirror://cpan/authors/id/J/JH/JHTHORSEN/JSON-Validator-3.23.tar.gz";
|
||||
sha256 = "1fzy2z7mkg5vgcjvykh5ay8yg6q496wi14x9wp5hc9agplsq7f0s";
|
||||
};
|
||||
buildInputs = [ TestDeep ];
|
||||
propagatedBuildInputs = [ DataValidateDomain DataValidateIP Mojolicious NetIDNEncode YAMLLibYAML ];
|
||||
|
|
Loading…
Reference in a new issue