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 {
|
||||
name = "MooseX-Types-Common-0.001013";
|
||||
name = "MooseX-Types-Common-0.001014";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||
sha256 = "ff0c963f5e8304acb5f64bdf9ba1f19284311148e1a8f0d1f81f123f9950f5f2";
|
||||
sha256 = "ef93718b6d2f240d50b5c3acb1a74b4c2a191869651470001a82be1f35d0ef0f";
|
||||
};
|
||||
buildInputs = [ ModuleBuildTiny TestDeep TestWarnings perl ];
|
||||
propagatedBuildInputs = [ MooseXTypes ];
|
||||
propagatedBuildInputs = [ MooseXTypes self."if" ];
|
||||
meta = {
|
||||
homepage = https://github.com/moose/MooseX-Types-Common;
|
||||
description = "A library of commonly used type constraints";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = with maintainers; [ rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user