3
0
Fork 0
forked from mirrors/nixpkgs

perl-Params-Validate: 1.08 -> 1.24

This commit is contained in:
Robert Helgesson 2016-05-16 00:14:31 +02:00
parent af531d2c2b
commit 17d65cccdf

View file

@ -9450,16 +9450,16 @@ let self = _self // overrides; _self = with self; {
};
};
ParamsValidate = buildPerlModule {
name = "Params-Validate-1.08";
ParamsValidate = buildPerlModule rec {
name = "Params-Validate-1.24";
src = fetchurl {
url = mirror://cpan/authors/id/D/DR/DROLSKY/Params-Validate-1.08.tar.gz;
sha256 = "0641hbz5bx6jnk8dx2djnkd67fh7h1zx6x1bgmivkrh2yky9ch6h";
url = "mirror://cpan/authors/id/D/DR/DROLSKY/${name}.tar.gz";
sha256 = "1e1576f16e6e01ba63aa73775da563b410b49f26ee44169a45280feb958a5f0d";
};
buildInputs = [ TestFatal ];
buildInputs = [ ModuleBuild TestFatal TestRequires ];
propagatedBuildInputs = [ ModuleImplementation ];
meta = {
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
homepage = http://metacpan.org/release/Params-Validate;
description = "Validate method/function parameters";
license = stdenv.lib.licenses.artistic2;
};