mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
[cpan2nix] perlPackages.MooseXTypesPathTiny: 0.006 -> 0.012
This commit is contained in:
parent
3c84345643
commit
0751713b67
|
@ -10396,13 +10396,13 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
MooseXTypesPathTiny = buildPerlModule {
|
||||
name = "MooseX-Types-Path-Tiny-0.006";
|
||||
name = "MooseX-Types-Path-Tiny-0.012";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/E/ET/ETHER/MooseX-Types-Path-Tiny-0.006.tar.gz;
|
||||
sha256 = "0260c6fbbf84d411b145238ffd92a73f754bd92434448d9f78798fba0a2dfdd6";
|
||||
url = mirror://cpan/authors/id/E/ET/ETHER/MooseX-Types-Path-Tiny-0.012.tar.gz;
|
||||
sha256 = "19eede02dd654e70f73e34cd7af0063765173bcaefeeff1bdbe21318ecfd9158";
|
||||
};
|
||||
buildInputs = [ Filepushd ModuleBuildTiny TestCheckDeps TestFatal ModuleMetadata ];
|
||||
propagatedBuildInputs = [ Moose MooseXTypes MooseXTypesStringlike PathTiny ];
|
||||
buildInputs = [ Filepushd ModuleBuildTiny TestFatal ];
|
||||
propagatedBuildInputs = [ MooseXGetopt MooseXTypesStringlike PathTiny ];
|
||||
meta = {
|
||||
homepage = https://github.com/karenetheridge/moosex-types-path-tiny;
|
||||
description = "Path::Tiny types and coercions for Moose";
|
||||
|
|
Loading…
Reference in a new issue