perl-MooseX-App-Cmd: 0.27 -> 0.32

This commit is contained in:
Robert Helgesson 2016-05-15 20:54:01 +02:00
parent 27cc1961ff
commit 6801d14485

View File

@ -8148,20 +8148,20 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ Moose ]; propagatedBuildInputs = [ Moose ];
}; };
MooseXAppCmd = buildPerlPackage { MooseXAppCmd = buildPerlPackage rec {
name = "MooseX-App-Cmd-0.27"; name = "MooseX-App-Cmd-0.32";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/M/MJ/MJGARDNER/MooseX-App-Cmd-0.27.tar.gz; url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
sha256 = "18wf8xmp0b8g76rlkmzw9m026w0l5k972w3z9xcskwqmg9p0wg3k"; sha256 = "2e3bbf7283a4bee72d91d26eb204436030992bbe55cbd35ec33a546f16f973ff";
}; };
buildInputs = [ MooseXConfigFromFile TestOutput YAML MouseXGetOpt ]; buildInputs = [ ModuleBuildTiny MooseXConfigFromFile TestOutput YAML ];
propagatedBuildInputs = [ AppCmd GetoptLongDescriptive Moose AnyMoose MooseXConfigFromFile MooseXGetopt MooseXHasOptions MooseXMarkAsMethods Testuseok ]; propagatedBuildInputs = [ AppCmd GetoptLongDescriptive Moose MooseXGetopt MooseXNonMoose namespaceautoclean ];
meta = { meta = {
homepage = http://metacpan.org/release/MooseX-App-Cmd; homepage = https://github.com/moose/MooseX-App-Cmd;
description = "Mashes up MooseX::Getopt and App::Cmd"; description = "Mashes up MooseX::Getopt and App::Cmd";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.all;
}; };
}; };