perl-mousex-getopt: 0.35 -> 0.36

This commit is contained in:
Robert Helgesson 2015-09-16 01:05:35 +02:00
parent f10fe3f596
commit 4d8733d7b4

View File

@ -7186,21 +7186,21 @@ let self = _self // overrides; _self = with self; {
}; };
MouseXGetOpt = buildPerlModule { MouseXGetOpt = buildPerlModule {
name = "mousex-getopt-0.35"; name = "mousex-getopt-0.36";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/T/TO/TOKUHIROM/mousex-getopt-0.35.tar.gz; url = mirror://cpan/authors/id/G/GF/GFUJI/MouseX-Getopt-0.36.tar.gz;
sha256 = "5abe243a1ab05d64562358604de1d31d36994414c5c5eaeac688897129d2f9ae"; sha256 = "172ab0609f1638c6d8800d2dff1bdaa044e305aaa2e9b1fbb8a9dc722a3bf430";
}; };
buildInputs = [ Mouse MouseXConfigFromFile MouseXSimpleConfig TestException TestWarn ]; buildInputs = [ MouseXConfigFromFile MouseXSimpleConfig TestException TestWarn ];
propagatedBuildInputs = [ GetoptLongDescriptive Mouse ]; propagatedBuildInputs = [ GetoptLongDescriptive Mouse ];
meta = { meta = {
homepage = https://github.com/gfx/mousex-getopt; homepage = https://github.com/gfx/mousex-getopt;
description = "A Mouse role for processing command line options"; description = "A Mouse role for processing command line options";
license = "perl"; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
MooseXAttributeChained = buildPerlModule rec { MooseXAttributeChained = buildPerlModule rec {
name = "MooseX-Attribute-Chained-1.0.1"; name = "MooseX-Attribute-Chained-1.0.1";
src = fetchurl { src = fetchurl {