perl-Config-MVP: 2.200007 -> 2.200010
This commit is contained in:
parent
eb292fcd0d
commit
0bec52a5a2
@ -1632,17 +1632,18 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
ConfigMVP = buildPerlPackage {
|
||||
name = "Config-MVP-2.200007";
|
||||
name = "Config-MVP-2.200010";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Config-MVP-2.200007.tar.gz;
|
||||
sha256 = "10hc8v22mv56wqi6drpl4pw3r8y3xrgh80ayrb2gir80ah9s5bvi";
|
||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Config-MVP-2.200010.tar.gz;
|
||||
sha256 = "bfb5870452a12ead4d3fd485045d1fa92b2a11741c3b93b61eb43f3dcbd6099b";
|
||||
};
|
||||
buildInputs = [ TestFatal ];
|
||||
propagatedBuildInputs = [ ClassLoad Moose MooseXOneArgNew ParamsUtil RoleHasMessage RoleIdentifiable Throwable TieIxHash TryTiny ];
|
||||
propagatedBuildInputs = [ ClassLoad ModulePluggable Moose MooseXOneArgNew ParamsUtil RoleHasMessage RoleIdentifiable Throwable TieIxHash TryTiny ];
|
||||
meta = {
|
||||
homepage = https://github.com/rjbs/config-mvp;
|
||||
homepage = https://github.com/rjbs/Config-MVP;
|
||||
description = "Multivalue-property package-oriented configuration";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user