perl-MooseX-Types-Common: 0.001013 -> 0.001014
Also remove myself from maintainers.
This commit is contained in:
parent
3c521ed1cf
commit
653a7d97cb
@ -9138,18 +9138,17 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
MooseXTypesCommon = buildPerlPackage rec {
|
MooseXTypesCommon = buildPerlPackage rec {
|
||||||
name = "MooseX-Types-Common-0.001013";
|
name = "MooseX-Types-Common-0.001014";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||||
sha256 = "ff0c963f5e8304acb5f64bdf9ba1f19284311148e1a8f0d1f81f123f9950f5f2";
|
sha256 = "ef93718b6d2f240d50b5c3acb1a74b4c2a191869651470001a82be1f35d0ef0f";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuildTiny TestDeep TestWarnings perl ];
|
buildInputs = [ ModuleBuildTiny TestDeep TestWarnings perl ];
|
||||||
propagatedBuildInputs = [ MooseXTypes ];
|
propagatedBuildInputs = [ MooseXTypes self."if" ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/moose/MooseX-Types-Common;
|
homepage = https://github.com/moose/MooseX-Types-Common;
|
||||||
description = "A library of commonly used type constraints";
|
description = "A library of commonly used type constraints";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
maintainers = with maintainers; [ rycee ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user